次の方法で共有


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

適用対象