Specifies how dates are displayed in the DateTimePicker control.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public enum DisplayDateFormat |
Visual Basic
![]() |
---|
Public Enum DisplayDateFormat |
Member name | Description | |
---|---|---|
![]() |
Long |
Indicates that dates are formatted with a long date pattern. |
![]() |
Short |
Indicates that dates are formatted with a short date pattern. |
![]() |
Custom |
Indicates that dates are formatted with a custom date pattern. |
Values from this enumeration are assigned to the DisplayDateFormat property of the DateTimePicker class.