//将当前时间变为字符串
String str = Now().FormatString("YYYY/MM/DD/HH");
//将字符串转换为时间就直接调用strtoDateTime()
TDateTime d = StrToDateTime(str);

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
猜你喜欢
  • 2021-12-12
  • 2021-08-01
  • 2022-12-23
  • 2021-06-10
  • 2022-12-23
  • 2021-07-25
相关资源
相似解决方案