Represents a datetime picker control. The following tables list the members exposed by the DateTimePicker type.
|
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the DateTimePicker class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets a value, indicating whether empty input will be considered valid. |
|
![]() |
Gets or sets a value indicating whether the control will try to parse an incomplete datetime value. E.g. if the input is '1/7 5 a' (and Culture="en-US") to parse the value as 7th Jan of the current year at 5:00 AM. |
|
![]() |
Gets or sets a value indicating whether the control will post back to the server when the value has changed. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the control is loaded. |
|
![]() |
Gets or sets the culture of the control. |
|
![]() |
Gets or sets the formatting of the date displayed in the control. |
|
![]() |
Gets or sets a value indicating whether date part selection is enabled. |
|
![]() |
Gets or sets the height of the control. |
|
![]() |
Gets or sets the time interval between the values displayed in the control's time popup. |
|
![]() |
Gets or sets the maximum possible date value. |
|
![]() |
Gets or sets the maximum possible time value. |
|
![]() |
Gets or sets the minimum possible date value. |
|
![]() |
Gets or sets the minimum possible time value. |
|
![]() |
Gets or sets a value indicating whether the popups should align to the right side of the control. |
|
![]() |
Gets or sets a value indicating whether the popups should align to the upper side of the control. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the control's popup is about to be closed. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the control's popup is about to be opened. |
|
![]() |
Gets or sets a value indicating whether the popup buttons are visible |
|
![]() |
Gets or sets a value indicating whether the control will submit the form on pressing the Enter key. |
|
![]() |
Gets or sets the alignment of the text inside the control. |
|
![]() |
Gets or sets the theme applied to the control. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the validation state of the control changes. |
|
![]() |
Gets or sets the value of the control. |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the value changes |
|
![]() |
Gets or sets the name of a JavaScript function that should be invoked when the date input is invalid. |
|
![]() |
Gets or sets the width of the control. |
Name | Description | |
---|---|---|
![]() |
When implemented by a derived class, processes postback data for an ASP.NET server control. |
|
![]() |
When implemented by a derived class in the server control notifies the ASP.NET application that the state of the control has changed. |
Name | Description | |
---|---|---|
![]() |
Control.OnPreRender override. |
|
![]() |
Raises the ValueChanged event. |
|
![]() |
Control.Render override. |
|
![]() |
WebControl.RenderContents override. |
Name | Description | |
---|---|---|
![]() |
Raised when the value changes. |