TaiwanCalendar: TwoDigitYearMax (let)

TwoDigitYearMax

Sets the last year of a 100-year range that can be represented by a 2-digit year.



 Public Property Let TwoDigitYearMax(
	  ByVal Value As Long )

Parameters

Value
[ByVal] Long. An integer representing the last year of a 100-year range.

Remarks

Exception Condition
ArgumentOutOfRangeException The value specified in a set operation is less than 99.
-or-
The value specified in a set operation is greater than MaxSupportedDateTime.Year.
InvalidOperationException In a set operation, the current instance is read-only.

Because the year in the Taiwan calendar is typically less than four digits long, this implementation returns 99 by default and does not affect the return value of ToFourDigitYear.

Read/Write.

See Also

Project CorLib Overview

Class TaiwanCalendar Overview