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

In This Topic
    Eras Property (CalendarEx)
    In This Topic
    Gets the list of eras in the CalendarEx.
    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 CalendarEx.
    See Also