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