DateTimeFormatInfo: GetAbbreviatedEraName |
Returns the name of the Era specified.
Public Function GetAbbreviatedEraName( ByVal Era As Long ) As String
Eras are identified by number. The gregorian calendar has two era, BC and AD. Only AD is recognized in this case by a number 1.
This feature is not fully implemented. It will only return AD' regardless of the culture.