Click or drag to resize
AbstractDateTimePicker Properties

The AbstractDateTimePicker type exposes the following members.

Properties
  NameDescription
Protected propertyApplyTimeZones
Indicates if timezones can be applied based on timezones and edit time settings.
Public propertyCalendarImageClientID
Client ID of calendar icon.
Public propertyCultureCode
CultureCode to correct DateTime convert.
Public propertyCustomCalendarControlPath
Custom calendar control path.
Public propertyCustomCalendarSupportFolder
Path to theme files of custom calendar control.
Public propertyCustomTimeZone
Custom TimeZoneInfo object.
Public propertyDateTimeTextBox
TextBox displaying the selected date and time.
Public propertyEditTime
Indicates if the user should be able to edit time.
Public propertyInherited
Indicates whether current time zone type is inherited or directly selected.
Public propertyIsLiveSite
Indicates whether is live site.
Public propertyMaxDate
Maximum DateTime allowed for calendar.
Public propertyMinDate
Minimum DateTime allowed for calendar.
Public propertySelectedDateTime
Selected date and time.
Protected propertyTagKey
Overrides the generation of the SPAN tag with custom tag.
(Overrides WebControlTagKey.)
Public propertyTimeZone
Specifies timezone type.
Public propertyTimeZoneOffset
Time zone offset (in minutes).
Public propertyUseCalendarLimit
If true calendar date are restricted by min and max date.
Protected propertyValidTimeZone
Valid time zone info object. It depends on TimeZoneTypeEnum (inherited, server, website).
Top
See Also