[]
Initializes a new instance of the EraInfo class.
public EraInfo(int era, DateTime startTime, DateTime endTime, string eraName, string abbreviatedEraName, string englishEraName, string symbolEraName)
| Type | Name | Description |
|---|---|---|
| int | era | The era. |
| DateTime | startTime | The start time. |
| DateTime | endTime | The end time. |
| string | eraName | Name of the era. |
| string | abbreviatedEraName | Name of the abbreviated era. |
| string | englishEraName | Name of the English era. |
| string | symbolEraName | Name of the symbol era. |