TryStrToDate - C++ Builder

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

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


字符串转日期类型数值

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

bool __fastcall TryStrToDate(
    const System::UnicodeString S,
    System::TDateTime &Value);

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

参数:

返回值:


相关:


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

上一篇下一篇

猜你喜欢

热点阅读