Class | Description | |
---|---|---|
C1DatePicker | Allows selecting and editing date values. | |
C1DateTimePicker | The C1DateTimePicker controls allows editing DateTime values. Allows editing DateTime values. | |
C1TimeEditor | The C1TimeEditor control allows editing of System.TimeSpan values in different formats. Allows editing TimeSpan values. | |
DateTimeTypeConverter | Converts to and from the DateTime type. | |
NullableDateTimeConverter | Converts to and from the System.Nullable`1 type (using the DateTime type constraint on the generic). | |
NullablePropertyChangedEventArgs<T> | Wrapper class for the C1.Silverlight.PropertyChangedEventArgs`1 class for case when T is System.Nullable`1. | |
NullableTimeSpanConverter | Converts to and from the System.Nullable`1 type (using the TimeSpan type constraint on the generic). | |
TextValidationErrorEventArgs | Provides data for the DateValidationError event. |
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. |