Share via


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 時間制の識別子です。

適用対象