|
static |
A factory to create an xtd::forms::date_time_picker with specified value, maximum date, location, size, and name.
value | The date and time value assign to the control. |
min_date | The minimum date and time that can be selected in the control. |
location | A xtd::drawing::point that represent location of the xtd::forms::date_time_picker. |
size | A xtd::drawing::size that represent size of the xtd::forms::date_time_picker. |
name | The name of the xtd::forms::date_time_picker. |