Note

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

Access to this page requires authorization. You can try .

ClockIdentifiers.TwentyFourHour 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 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


Feedback

Was this page helpful?