c/c++

StrToDateTimeDef - C++ Builder

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

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


字符串转日期时间类型数值

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

System::TDateTime __fastcall StrToDateTimeDef(
    const System::UnicodeString S,
    const System::TDateTime Default);

System::TDateTime __fastcall StrToDateTimeDef(
    const System::UnicodeString S,
    const System::TDateTime Default,
    const TFormatSettings &AFormatSettings);

参数:

返回值:


例:请参考 StrToDateTimeStrToDateStrToDateDef 的例子。


相关:


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

上一篇 下一篇

猜你喜欢

热点阅读