[]
Gets the max era year.
public virtual int GetMaxEraYear(int era)
Public Overridable Function GetMaxEraYear(era As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | era | The era. |
| Type | Description |
|---|---|
| int | A max era year. |
Gets the max era year.
public virtual int GetMaxEraYear(DateTime dateTime)
Public Overridable Function GetMaxEraYear(dateTime As Date) As Integer
| Type | Name | Description |
|---|---|---|
| DateTime | dateTime | The date time. |
| Type | Description |
|---|---|
| int |