Click or drag to resize
RangeDateTimePicker Properties

The RangeDateTimePicker type exposes the following members.

Properties
  NameDescription
Public propertyAlternateDateTimeTextBox
Textbox displaying the selected date and time.
Public propertyAlternateSelectedDateTime
End date of range.
Public propertyAlternateSelectedFullDateTime
Full date time representation (to) - (return precise DateTime, not end date of interval (end of year,month,day...).
Protected propertyApplyTimeZones
Indicates if timezones can be applied based on timezones and edit time settings.
(Inherited from AbstractDateTimePicker.)
Public propertyCalendarImageClientID
Client ID of calendar icon.
(Inherited from AbstractDateTimePicker.)
Public propertyCultureCode
CultureCode to correct DateTime convert.
(Inherited from AbstractDateTimePicker.)
Public propertyCustomCalendarControlPath
Custom calendar control path.
(Inherited from AbstractDateTimePicker.)
Public propertyCustomCalendarSupportFolder
Path to theme files of custom calendar control.
(Inherited from AbstractDateTimePicker.)
Public propertyCustomTimeZone
Custom TimeZoneInfo object.
(Inherited from AbstractDateTimePicker.)
Public propertyDateTimeTextBox
TextBox displaying the selected date and time.
(Inherited from AbstractDateTimePicker.)
Public propertyDisableDaySelect
If true month selector is disabled.
Public propertyDisableMonthSelect
If true month selector is disabled.
Public propertyDisplayNAButton
If true N/A button is displayed.
Public propertyEditTime
Indicates if the user should be able to edit time.
(Inherited from AbstractDateTimePicker.)
Public propertyInherited
Indicates whether current time zone type is inherited or directly selected.
(Inherited from AbstractDateTimePicker.)
Public propertyIsLiveSite
Indicates whether is live site.
(Inherited from AbstractDateTimePicker.)
Public propertyMaxDate
Maximum DateTime allowed for calendar.
(Inherited from AbstractDateTimePicker.)
Public propertyMinDate
Minimum DateTime allowed for calendar.
(Inherited from AbstractDateTimePicker.)
Public propertyPostbackOnOK
If true, postback is raised when OK button clicked.
Public propertySelectedDateTime
Start date of range.
(Overrides AbstractDateTimePickerSelectedDateTime.)
Public propertySelectedFullDateTime
Full date time representation (from) (return precise DateTime, not start date of interval (end of year, month, day...).
Protected propertyTagKey
Overrides the generation of the SPAN tag with custom tag.
(Inherited from AbstractDateTimePicker.)
Public propertyTimeZone
Specifies timezone type.
(Inherited from AbstractDateTimePicker.)
Public propertyTimeZoneOffset
Time zone offset (in minutes).
(Inherited from AbstractDateTimePicker.)
Public propertyUseCalendarLimit
If true calendar date are restricted by min and max date.
(Inherited from AbstractDateTimePicker.)
Public propertyUseDynamicDefaultTime
If false empty textbox generates actual time. If true, begin (end) of the day is set.
Protected propertyValidTimeZone
Valid time zone info object. It depends on TimeZoneTypeEnum (inherited, server, website).
(Inherited from AbstractDateTimePicker.)
Top
See Also