Enum TimeDisplay
- Namespace
- TinyLife
- Assembly
- TinyLife.dll
An enumeration used for TimeDisplay.
public enum TimeDisplay
- Extension Methods
Fields
LocaleDefault = 0Use the locale default time display, which is determined by the CultureInfo of the selected localization.
TwelveHours = 1Use a twelve-hour AM/PM clock.
TwentyFourHours = 2Use a twenty-four hour clock.