DatePickerFlyout.MinYear 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 minimum Gregorian year available for picking.
public:
property DateTime MinYear { DateTime get(); void set(DateTime value); };
DateTime MinYear();
void MinYear(DateTime value);
public System.DateTimeOffset MinYear { get; set; }
var dateTime = datePickerFlyout.minYear;
datePickerFlyout.minYear = dateTime;
Public Property MinYear As DateTimeOffset
Property Value
The minimum Gregorian year available for picking.