Specifies how to visualy display time.

Namespace:  Mindscape.WpfElements
Assembly:  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 nameDescription
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)

See Also