When overridden in a derived class, returns the era in the specified
System.DateTime.
'Declaration
Public Overrides Function GetEra( _
ByVal As Date _
) As Integer
public override int GetEra(
DateTime
)
Parameters
- dateTime
- The System.DateTime to read.
Return Value
An integer that represents the era in time.