CalendarDatePicker.MinDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the earliest date that can be set in the picker.
public:
property DateTime MinDate { DateTime get(); void set(DateTime value); };
DateTime MinDate();
void MinDate(DateTime value);
public System.DateTimeOffset MinDate { get; set; }
var dateTime = calendarDatePicker.minDate;
calendarDatePicker.minDate = dateTime;
Public Property MinDate As DateTimeOffset
Property Value
The earliest date that can be set.