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