Calendar.FirstEra Property

Definition

Gets the first Era available in the calendar.

public:
 property int FirstEra { int get(); };
int FirstEra();
public int FirstEra { get; }
var int32 = calendar.firstEra;
Public ReadOnly Property FirstEra As Integer

Property Value

Int32

int

The first Era in the calendar.

Applies to

See also