'Declaration
Public Property TwoDigitYearMax As Integer
'Usage
Dim instance As DateTimeCellType Dim value As Integer instance.TwoDigitYearMax = value value = instance.TwoDigitYearMax
public int TwoDigitYearMax {get; set;}
'Declaration
Public Property TwoDigitYearMax As Integer
'Usage
Dim instance As DateTimeCellType Dim value As Integer instance.TwoDigitYearMax = value value = instance.TwoDigitYearMax
public int TwoDigitYearMax {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Specified value is out of range for Gregorian calendar; must be between 100 and 9999 |
System.ArgumentOutOfRangeException | Specified value is out of range for Hijri calendar; must be between 100 and 9666 |
System.ArgumentOutOfRangeException | Specified value is out of range for Hebrew calendar; must be between 5343 and 6000 |