从以 RFC 1123 格式表示时间的字符串创建日期时间。
static _ASYNCRTIMP datetime __cdecl from_string(
const utility::string_t& timestring,
date_format format = RFC_1123
);
参数
timestring
format
要求
**标头:**asyncrt_utils.h
**命名空间:**utility
从以 RFC 1123 格式表示时间的字符串创建日期时间。
static _ASYNCRTIMP datetime __cdecl from_string(
const utility::string_t& timestring,
date_format format = RFC_1123
);
timestring
format
**标头:**asyncrt_utils.h
**命名空间:**utility