CalendarPicker.MaxDate property

[This documentation is preliminary and is subject to change.]

Gets or sets the last date that can be set in the picker.

Syntax

public DateTimeOffset MaxDate { get; set; }
Public Property MaxDate As DateTimeOffset
public:
property DateTime MaxDate { 
   DateTime get();
   void set (DateTime value);
}

Property value

Type: System.DateTimeOffset [.NET] | Windows::Foundation::DateTime [C++]

The last date that can be set.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.UI.Xaml.Controls Windows::UI::Xaml::Controls [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

CalendarPicker