Classes
| Class | Description | |
|---|---|---|
|
|
C1DatePicker |
Allows selecting and editing date values.
|
|
|
C1DateTimePicker |
The C1DateTimePicker controls allows editing DateTime values.
|
|
|
C1TimeEditor |
The C1TimeEditor control allows editing of TimeSpan values in different formats.
|
|
|
DateTimeTypeConverter |
Converts to and from the DateTime type.
|
|
|
NullableDateTimeConverter |
Converts to and from the Nullable<(Of <(<'T>)>)> type (using the DateTime type constraint on the generic).
|
|
|
NullablePropertyChangedEventArgs<(Of <(<'T>)>)> |
Wrapper class for the PropertyChangedEventArgs<(Of <(<'T>)>)> class for case when T
is Nullable<(Of <(<'T>)>)>.
|
|
|
NullableTimeSpanConverter |
Converts to and from the Nullable<(Of <(<'T>)>)> type (using the TimeSpan type constraint on the generic).
|
|
|
TextValidationErrorEventArgs |
Provides data for the DateValidationError event.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
C1DatePickerFormat |
Specifies the DateTime format the C1DatePicker control displays.
|
|
|
C1DateTimePickerEditMode |
Determines the C1DateTimePicker edit mode.
|
|
|
C1TimeEditorFormat |
Specifies the TimeSpan format the C1TimeEditor control displays.
|