Searched refs:dateTimeFormat (Results 1 – 6 of 6) sorted by relevance
34 dateTimeFormat.Format(size); in DoSomethingInterestingWithMyAPI()40 dateTimeFormat.GetTimeZone(); in DoSomethingInterestingWithMyAPI()43 dateTimeFormat.GetHour12(); in DoSomethingInterestingWithMyAPI()44 dateTimeFormat.GetWeekday(); in DoSomethingInterestingWithMyAPI()45 dateTimeFormat.GetEra(); in DoSomethingInterestingWithMyAPI()46 dateTimeFormat.GetYear(); in DoSomethingInterestingWithMyAPI()47 dateTimeFormat.GetMonth(); in DoSomethingInterestingWithMyAPI()48 dateTimeFormat.GetDay(); in DoSomethingInterestingWithMyAPI()49 dateTimeFormat.GetHour(); in DoSomethingInterestingWithMyAPI()50 dateTimeFormat.GetMinute(); in DoSomethingInterestingWithMyAPI()[all …]
221 auto dateTimeFormat = helper.CreateDateTimeFormatAdapter(); variable222 EXPECT_NE(dateTimeFormat, nullptr);
113 …std::unique_ptr<DateTimeFormat> dateTimeFormat = std::make_unique<DateTimeFormat>(localeTags, conf… in CreateInstance() local114 if (!dateTimeFormat->CheckInitSuccess()) { in CreateInstance()117 return dateTimeFormat; in CreateInstance()
345 std::string dateTimeFormat = is24H_ ? FORMAT_24H : FORMAT_12H; in GetCurrentFormatDateTime() local346 std::strftime(buffer, sizeof(buffer), dateTimeFormat.c_str(), timeZoneTime); in GetCurrentFormatDateTime()
5253 | dateTimeFormat | string | 否 | 媒体资源的创建时间,按YYYY-MM-DD HH:mm:ss格式输出。当前版本为只读参数。 |
5247 | dateTimeFormat | string | No | Time when the media asset is created. The value is in the YYYY-MM…