Table of Contents

Enum TimeDisplay

Namespace
TinyLife
Assembly
Tiny Life.dll

An enumeration used for TimeDisplay.

public enum TimeDisplay
Extension Methods

Fields

LocaleDefault = 0

Use the locale default time display, which is determined by the CultureInfo of the selected localization.

TwelveHours = 1

Use a twelve-hour AM/PM clock.

TwentyFourHours = 2

Use a twenty-four hour clock.