In This Topic
When overridden in a derived class, gets the list of eras in the current calendar.
Syntax
'Declaration
Public Overrides ReadOnly Property Eras As Integer()
public override int[] Eras {get;}
Property Value
An array of integers that represents the eras in the current calendar.
See Also