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
The string "24HourClock", which is the identifier for a 24-hour clock.