Specifies whether dates should be formatted with the day of the month
or as the month name only.
Namespace:
Mindscape.WpfElementsAssembly: 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 name | Description | |
|---|---|---|
| Day |
Dates should be formatted with the day of the month.
| |
| Month |
Dates should be formatted using the month name only.
|