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
)
Public Function StyleNameDate (
culture As String
) As String
Parameters
- culture
- Type: SystemString
The name of the .Net culture in question.
Return Value
Type:
StringThe Excel date/time style name for the culture.
See Also