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

◆ selection_range() [2/2]

xtd::forms::selection_range::selection_range ( date_time  start,
date_time  end 
)

Initializes a new instance of the xtd::forms::selection_range class with the specified beginning and ending dates.

Parameters
startThe starting date in the xtd::forms::selection_range.
endThe ending date in the xtd::forms::selection_range.
Remarks
If the lower xtd::dateTime value is greater than the upper xtd::date_time value, the lower value will be assigned to the xtd::forms::selection_range::end property instead of the xtd::forms::selection_range::start property.