DateTimeControl Members
Include Protected Members
Include Inherited Members
Represents a DateTime control.
The DateTimeControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DateTimeControl | Initializes a new instance of the DateTimeControl class. |
Top
Properties
Name | Description | |
---|---|---|
Adapter | (Inherited from Control.) | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
AutoPostBack | Gets or sets a value that indicates whether the control posts back to the server each time a user interacts with the control. | |
BindingContainer | (Inherited from Control.) | |
Calendar | Gets or sets the calendar type for the control. | |
CalendarImageUrl | Gets or sets the URL of the calendar image used by the control. | |
ChildControlsCreated | (Inherited from Control.) | |
ClientID | (Inherited from Control.) | |
ClientIDSeparator | (Inherited from Control.) | |
Context | (Inherited from Control.) | |
Controls | (Inherited from SPCompositeControl.) | |
CssClassDescription | Gets or sets the cascading style sheet (CSS) class used for the control's description. | |
CssClassTextBox | Gets or sets the cascading style sheet (CSS) class used for the control's input text box. | |
DateOnly | Gets or sets a value that indicates whether or not the control displays only date values and not time values. | |
DatePickerFrameUrl | Gets or sets the URL of the DatePicker frame .aspx file. | |
DatePickerJavaScriptUrl | Gets or sets the URL of the control's ECMAScript (JScript, JavaScript) file. | |
DesignMode | (Inherited from Control.) | |
Enabled | Gets or sets a value that indicates whether or not the control is enabled. | |
EnableTheming | (Inherited from Control.) | |
EnableViewState | (Inherited from Control.) | |
ErrorMessage | Gets or sets the error message text generated when control validation fails. | |
Events | (Inherited from Control.) | |
FirstDayOfWeek | Gets or sets a value that indicates the first day of the week displayed in the calendar. | |
FirstWeekOfYear | Gets or sets a value that indicates the first week of the year displayed in the calendar. | |
HasChildViewState | (Inherited from Control.) | |
HijriAdjustment | Gets or sets the number of days to add or subtract from the calendar to accommodate the variances in the start and the end of Ramadan and to accommodate the date difference between countries/regions. | |
HonorSecondsAndMilliseconds | ||
HoursMode24 | Gets or sets a value that indicates whether or not the time is displayed using a 24-hour clock. | |
ID | (Inherited from Control.) | |
IdSeparator | (Inherited from Control.) | |
IsChildControlStateCleared | (Inherited from Control.) | |
IsDateEmpty | Gets or sets a value that indicates whether or not a date value is displayed in the control. | |
IsRequiredField | Gets or sets a value that indicates whether or not the control's DateTime field is a required field. | |
IsTrackingViewState | (Inherited from Control.) | |
IsValid | Gets or sets a value that indicates whether or not the user-entered content in the control passes validation. | |
IsViewStateEnabled | (Inherited from Control.) | |
LoadViewStateByID | (Inherited from Control.) | |
LocaleId | Gets or sets the control's locale identifier. | |
MaxDate | Gets or sets the maximum date and time that can be selected in the control. | |
MinDate | Gets or sets the minimum date and time that can be selected in the control. | |
NamingContainer | (Inherited from Control.) | |
OnValueChangeClientScript | Gets or sets the text of an OnValueChange script. | |
Page | (Inherited from Control.) | |
Parent | (Inherited from Control.) | |
SelectedDate | Gets or sets the currently selected date in the control. | |
ShowWeekNumber | Gets or sets a value that indicates whether to display the week number in the calendar. | |
Site | (Inherited from Control.) | |
SkinID | (Inherited from Control.) | |
TabIndex | Gets or sets the tab index of the control. | |
TemplateControl | (Inherited from Control.) | |
TemplateSourceDirectory | (Inherited from Control.) | |
TimeOnly | Gets or sets a value that indicates whether the control displays only time values and not date values. | |
TimeZoneID | Gets or sets the identifier for the time zone used to display time values. | |
ToolTip | Gets or sets the control's tooltip text. | |
UniqueID | (Inherited from Control.) | |
UseTimeZoneAdjustment | Gets or sets a value that indicates whether the time values in the control are automatically adjusted for daylight savings time. | |
ViewState | (Inherited from Control.) | |
ViewStateIgnoresCase | (Inherited from Control.) | |
Visible | (Inherited from Control.) | |
WorkWeek | Gets or sets a seven-character string that indicates the work days in a week. |
Top
Methods
Name | Description | |
---|---|---|
AddedControl | (Inherited from Control.) | |
AddParsedSubObject | (Inherited from Control.) | |
ApplyStyleSheetSkin | (Inherited from Control.) | |
BuildProfileTree | (Inherited from Control.) | |
ClearChildControlState | (Inherited from Control.) | |
ClearChildState | (Inherited from Control.) | |
ClearChildViewState | (Inherited from Control.) | |
ClearSelection | Clears the current selection in the control. | |
CreateChildControls | Notifies the server control to create any child controls it contains in preparation for posting back or rendering. (Overrides Control.CreateChildControls().) | |
CreateControlCollection | (Inherited from Control.) | |
DataBind() | (Inherited from Control.) | |
DataBind(Boolean) | (Inherited from Control.) | |
DataBindChildren | (Inherited from Control.) | |
Dispose | (Inherited from Control.) | |
EnsureChildControls | (Inherited from Control.) | |
EnsureID | (Inherited from Control.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindControl(String) | (Inherited from Control.) | |
FindControl(String, Int32) | (Inherited from Control.) | |
Focus | Sets input focus to the control. (Overrides Control.Focus().) | |
GetDesignModeState | (Inherited from Control.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasControls | (Inherited from Control.) | |
HasEvents | (Inherited from Control.) | |
IsLiteralContent | (Inherited from Control.) | |
LoadControlState | (Inherited from Control.) | |
LoadViewState | (Inherited from Control.) | |
MapPathSecure | (Inherited from Control.) | |
MemberwiseClone | (Inherited from Object.) | |
OnBubbleEvent | (Inherited from Control.) | |
OnDataBinding | (Inherited from Control.) | |
OnDateChanged | Raises an event when the date displayed in the control has changed. | |
OnInit | Raises an event when the server control is initialized. (Overrides Control.OnInit(EventArgs).) | |
OnLoad | (Inherited from Control.) | |
OnPreRender | Raises an event after the control is loaded but before it renders. (Overrides Control.OnPreRender(EventArgs).) | |
OnUnload | (Inherited from Control.) | |
OpenFile | (Inherited from Control.) | |
RaiseBubbleEvent | (Inherited from Control.) | |
RemovedControl | (Inherited from Control.) | |
Render | Sends the content of the control to the specified HtmlTextWriter object, which writes the content that is rendered on the client. (Overrides Control.Render(HtmlTextWriter).) | |
RenderChildren | (Inherited from Control.) | |
RenderControl(HtmlTextWriter) | (Inherited from Control.) | |
RenderControl(HtmlTextWriter, ControlAdapter) | (Inherited from Control.) | |
ResolveAdapter | (Inherited from Control.) | |
ResolveClientUrl | (Inherited from Control.) | |
ResolveUrl | (Inherited from Control.) | |
SaveControlState | (Inherited from Control.) | |
SaveViewState | (Inherited from Control.) | |
SetDesignModeState | (Inherited from Control.) | |
SetRenderMethodDelegate | (Inherited from Control.) | |
ToString | (Inherited from Object.) | |
TrackViewState | (Inherited from Control.) | |
Validate | Validates the control data. |
Top
Events
Name | Description | |
---|---|---|
DataBinding | (Inherited from Control.) | |
DateChanged | Occurs when the date selected in the control changes. | |
Disposed | (Inherited from Control.) | |
Init | (Inherited from Control.) | |
Load | (Inherited from Control.) | |
PreRender | (Inherited from Control.) | |
Unload | (Inherited from Control.) |
Top
Fields
Name | Description | |
---|---|---|
m_validatorRequired | This type or member supports Microsoft SharePoint Foundation and is not intended to be used directly from your code. |
Top
Explicit Interface Implementations
Top