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

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public enum DateDisplayMode
Visual Basic
Public Enumeration DateDisplayMode
Visual C++
public enum class DateDisplayMode

Members

Member nameValueDescription
Day0 Dates should be formatted with the day of the month.
Month1 Dates should be formatted using the month name only.

See Also