ComponentOne CalendarView for WinForms
C1.Globalization Namespace / CalendarEx Class / Eras Property

In This Topic
    Eras Property
    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