ClockIdentifiers.TwentyFourHour Property

Definition

Gets the identifier for a 24-hour clock.

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

Property Value

String

Platform::String

winrt::hstring

The string "24HourClock", which is the identifier for a 24-hour clock.

Applies to