xtd 0.2.0
Loading...
Searching...
No Matches

◆ create() [21/32]

static date_time_picker xtd::forms::date_time_picker::create ( const control parent,
const xtd::date_time value 
)
static

A factory to create an xtd::forms::date_time_picker with specified parent, and value.

Parameters
parentThe parent that contains the new created xtd::forms::date_time_picker.
valueThe date and time value assign to the control.
Returns
New xtd::forms::date_time_picker created.