ClockIdentifiers.TwelveHour 属性

定义

获取 12 小时制的标识符。

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

属性值

String

Platform::String

winrt::hstring

字符串“12HourClock”,它是 12 小时制的标识符。

适用于