AbstractDateTimePicker Properties |
The AbstractDateTimePicker type exposes the following members.
Name | Description | |
---|---|---|
![]() | CalendarImageClientID |
Client ID of calendar icon.
|
![]() | CultureCode |
CultureCode to correct DateTime convert.
|
![]() | CustomCalendarControlPath |
Custom calendar control path.
|
![]() | CustomCalendarSupportFolder |
Path to theme files of custom calendar control.
|
![]() | CustomTimeZone |
Custom TimeZoneInfo object.
|
![]() | DateTimeTextBox |
TextBox displaying the selected date and time.
|
![]() | EditTime |
Indicates if the user should be able to edit time.
|
![]() | Inherited |
Indicates whether current time zone type is inherited or directly selected.
|
![]() | IsLiveSite |
Indicates whether is live site.
|
![]() | MaxDate |
Maximum DateTime allowed for calendar.
|
![]() | MinDate |
Minimum DateTime allowed for calendar.
|
![]() | SelectedDateTime |
Selected date and time.
|
![]() | TagKey |
Overrides the generation of the SPAN tag with custom tag.
(Overrides WebControlTagKey.) |
![]() | TimeZone |
Specifies timezone type.
|
![]() | TimeZoneOffset |
Time zone offset (in minutes) relative to UTC.
|
![]() | UseCalendarLimit |
If true calendar date are restricted by min and max date.
|
![]() | ValidTimeZone |
Valid time zone info object. It depends on TimeZoneTypeEnum (inherited, server, website).
|