[]
Gets or sets the max year of two digits mode of DateYearField. This is a dependency property.
public int TwoDigitYearMax { get; set; }
Public Property TwoDigitYearMax As Integer
Type | Description |
---|---|
int | A nullable int value indicates the last year of a 100-year range that can be represented by a 2-digit year. If value is null, it will return the system default value. |