DateTimePicker Class
Displays a calendar control allowing users to conveniently select a date and/or time.
Namespace: elsystem.windows.forms
Properties
Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).
Name | Type | Description | |
CustomFormat | string | Gets or sets the custom date/time format string. See Custom Date and Time Format Strings. | |
Format | enum | Gets or sets the format of the date and time displayed in the control. See DateTimePickerFormat for a list of possible values. | |
MaxDate | object | Gets or sets the maximum date and time that can be selected in the control. | |
MinDate | object | Gets or sets the minimum date and time that can be selected in the control. | |
ShowUpDown | bool | True indicates whether a spin button control (also known as an up-down control) is used to adjust the date/time value. | |
|
object | Gets or sets the date/time value assigned to the control. |
Methods
Name | Description | |
Create() | Initializes a new instance of the class. | |
Create(width, height) | Initializes a new instance of the class. Parameters include the width and height of the control. |
Events
Name | Description | |
ValueChanged |
Occurs when the Value changes. |
Inheritance Hierarchy
elsystem.windows.forms.ELWFComponent
elsystem.windows.forms.Control
elsystem.windows.forms.datetimepicker