Specifies the DateTime format the C1DatePicker control displays.
Namespace:
C1.Silverlight.DateTimeEditorsAssembly: C1.Silverlight.DateTimeEditors (in C1.Silverlight.DateTimeEditors.dll)
Syntax
| C# |
|---|
public enum C1DatePickerFormat |
| Visual Basic |
|---|
Public Enumeration C1DatePickerFormat |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Long | 0 | Specifies that the date should be displayed using unabbreviated days of the week and month names. | |
| Short | 1 | Specifies that the date should be displayed using abbreviated days of the week and month names. | |
| Custom | 2 | Specifies that date format is determined by the C1DatePicker.CustomFormat property. |