Click or drag to resize

ExcelCultureManagerStyleNameDate Method

Gets the name of the Excel date/time style to use for the specified culture.

Namespace:  NetQuarry.Data.Export
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string StyleNameDate(
	string culture
)

Parameters

culture
Type: SystemString
The name of the .Net culture in question.

Return Value

Type: String
The Excel date/time style name for the culture.
See Also