xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::native::date_time_picker Class Referencefinal
Inheritance diagram for xtd::forms::native::date_time_picker:
xtd::static_object

Definition

Contains date time picker native API.

Namespace
xtd::forms::native
Library
xtd.forms.native
Warning
Internal use only

Protected Static Methods

Sets allowable date range to the date time picker.

Parameters
controlDate time picker handle.
min_dateThe minimum date allowable to the date time picker.
max_dateThe 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.
 

Member Function Documentation

◆ 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
controlDate 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
controlDate time picker handle.
valueThe date and time value assign to the control.
Warning
Internal use only

The documentation for this class was generated from the following file: