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

In This Topic
    Eras Property (JapaneseCalendarEx)
    In This Topic
    Gets the list of eras in the CalendarEx.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Eras As Integer()
    public virtual int[] Eras {get;}

    Property Value

    An array of integers that represents the eras in the CalendarEx.
    See Also