[]
Gets or sets the max year of two digits mode of the field.
public int TwoDigitYearMax { get; set; }
Public Property TwoDigitYearMax As Integer
Type | Description |
---|---|
int | A Nullable<T> 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. |
The property indicates the last year of a 100-year range that can be represented by a 2-digit year.