Calendar: Eras (get)

Eras

Returns an list of the eras the calendar can represent.



 Public Property Get Eras ( ) As Long ( ) :

Return Values

Long() -  A list of the eras for the calendar.

Remarks

The Eras are listed in reverse chronological order. The current era is the first era in the list.

Eras can be used to segregate sections in a calendar and cause the years to begin at 1 again. How the eras are determined based on the culture the calendar represents.

Read Only.

See Also

Project CorLib Overview

Class Calendar Overview