A date time picker that automatically updates its text.
| New | () |
| Enabled | As Boolean | True if the control is enabled (read-only). |
| Text | As String | Text displayed in the control (read-only). |
| Value | As System.DateTime | The selected date/time (read-only). |
| GetEnabled | () | As Boolean | Event fired to determine whether the control is enabled. |
| GetValue | () | As System.DateTime | Event fired to get the date and time selected. |
| SetValue | (ByVal value As System.DateTime) | Event fired with the selected date and time changes. |