DateTimeFormatInfo: GetEraName

GetEraName

Returns the full name of the specified.



 Public Function GetEraName(
	  ByVal Era As Long ) As String

Parameters

Era
[ByVal] Long. The numerical era in which to retrieve the name for.

Return Values

String -  The full era name.

Remarks

This method is not fully implements. It will return A.D.' for all numbers and cultures.

See Also

Project VBCorLib Overview Class DateTimeFormatInfo Overview DateTimeFormatInfo Properties DateTimeFormatInfo Methods GetEra GetFormat