Specifies how to visualy display time.
Namespace:
Mindscape.WpfElementsAssembly: Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public enum TimeDisplayMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration TimeDisplayMode |
Members
| Member name | Description | |
|---|---|---|
| TwelveHourTime |
Time should be displayed in twelve hour time. (e.g. 3:00PM)
| |
| TwentyFourHourTime |
Time should be displayed in twenty four hour time. (e.g. 15:00)
|