Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CalendarView.MaxDate 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 last date to be displayed.

public:
 property DateTime MaxDate { DateTime get(); void set(DateTime value); };
DateTime MaxDate();

void MaxDate(DateTime value);
public System.DateTimeOffset MaxDate { get; set; }
var dateTime = calendarView.maxDate;
calendarView.maxDate = dateTime;
Public Property MaxDate As DateTimeOffset

Property Value

The last date to display.

Applies to


Feedback

Was this page helpful?