CalendarPicker.MinDate property

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

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

Syntax

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

Property value

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

The first 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