CalendarView.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 first date to display.
public:
property DateTime MinDate { DateTime get(); void set(DateTime value); };
DateTime MinDate();
void MinDate(DateTime value);
public System.DateTimeOffset MinDate { get; set; }
var dateTime = calendarView.minDate;
calendarView.minDate = dateTime;
Public Property MinDate As DateTimeOffset
Property Value
The first date to display.