Calendar: TwoDigitYearMax (let)

TwoDigitYearMax

Sets the maximum 4-digit year that will be created from a 2-digit value.



 Public Property Let TwoDigitYearMax(
	  ByVal Value As Long ) :

Parameters

Value
[ByVal] Long. The maximinum 4-digit year to be created.

Remarks

This value is used by the ToFourDigitYear method.

Read/Write.

See Also

Project CorLib Overview

Class Calendar Overview