js css html

TryStrToTime - C++ Builder

2022-05-29  本文已影响0人  玄坴

C++ Builder 参考手册System::SysutilsTryStrToTime


字符串转时间

头文件:#include <System.SysUtils.hpp>
命名空间:System::Sysutils
函数原型:

bool __fastcall TryStrToTime(const System::UnicodeString S, System::TDateTime &Value);
bool __fastcall TryStrToTime(const System::UnicodeString S, System::TDateTime &Value, const TFormatSettings &AFormatSettings);

参数:

返回值:


相关:


C++ Builder 参考手册System::SysutilsTryStrToTime

上一篇下一篇

猜你喜欢

热点阅读