ClockIdentifiers.TwentyFourHour 属性

定义

获取 24 小时制的标识符。

public:
 static property Platform::String ^ TwentyFourHour { Platform::String ^ get(); };
static winrt::hstring TwentyFourHour();
public static string TwentyFourHour { get; }
var string = ClockIdentifiers.twentyFourHour;
Public Shared ReadOnly Property TwentyFourHour As String

属性值

String

Platform::String

winrt::hstring

字符串“24HourClock”,即 24 小时制的标识符。

适用于