Specifies whether dates should be formatted with the day of the month or as the month name only.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public enum DateDisplayMode
Visual Basic (Declaration)
Public Enumeration DateDisplayMode

Members

Member nameDescription
Day
Dates should be formatted with the day of the month.
Month
Dates should be formatted using the month name only.

See Also