HypernovaDesktop Components · docs
Binarymission
WinFormsClock Control › TimeRepresentationMode

TimeRepresentationMode

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TimeControls

Enum TimeRepresentationMode. Lists the various supported hour values representations.

public enum TimeRepresentationMode

Members at a glance

CustomDisplays the hour values using the 12 hour value strings that you can setup on the control using the property HourIndicatorLookupDictionary
NumberDisplays the hour values in numbers - i.e. 1 - 12.
RomanNumeralDisplays the hour values in Roman numerals.

Members

Custom

Displays the hour values using the 12 hour value strings that you can setup on the control using the property HourIndicatorLookupDictionary

Number

Displays the hour values in numbers - i.e. 1 - 12.

RomanNumeral

Displays the hour values in Roman numerals.