ClockIdentifiers.TwelveHour Property

Definition

Gets the identifier for a 12-hour clock.

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

Property Value

String

Platform::String

winrt::hstring

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

Applies to