Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ClockIdentifiers.TwelveHour Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?