Contains date time picker native API.
- Namespace
- xtd::forms::native
- Library
- xtd.forms.native
- Warning
- Internal use only
|
Sets allowable date range to the date time picker.
- Parameters
-
control | Date time picker handle. |
min_date | The minimum date allowable to the date time picker. |
max_date | The maximum date allowable to the date time picker. |
- Warning
- Internal use only
|
static void | allowable_dates (const intptr control, date_time min_date, date_time max_date) |
|
static date_time | value (intptr control) |
| Gets the date/time value assigned to the control.
|
|
static void | value (intptr control, date_time value) |
| Sets the date/time value assigned to the control.
|
|
◆ value() [1/2]
static date_time xtd::forms::native::date_time_picker::value |
( |
intptr |
control | ) |
|
|
staticprotected |
Gets the date/time value assigned to the control.
- Parameters
-
control | Date time picker handle. |
- Returns
- The date and time value assign to the control.
- Warning
- Internal use only
◆ value() [2/2]
static void xtd::forms::native::date_time_picker::value |
( |
intptr |
control, |
|
|
date_time |
value |
|
) |
| |
|
staticprotected |
Sets the date/time value assigned to the control.
- Parameters
-
control | Date time picker handle. |
value | The date and time value assign to the control. |
- Warning
- Internal use only
The documentation for this class was generated from the following file: