CultureInfo Class

Namespace: Stimulsoft.System.Globalization

Constructors

Constructor Description
constructor(string name, NumberFormatInfo numberFormat, DateTimeFormatInfo dateTimeFormat, TextInfo textInfo, string displayName)  

constructor(name: string, numberFormat: NumberFormatInfo, dateTimeFormat: DateTimeFormatInfo, textInfo: TextInfo, displayName: string)

Parameters

Properties

Property Type Description
cultures static    
currentCulture static CultureInfo  
ivariantCulture static CultureInfo  

Methods

Method Returns Description
getCultureInfo static CultureInfo  

Method Details

getCultureInfo static

getCultureInfo(name: string): CultureInfo

Parameters

  • name (string)

Returns CultureInfo

Fields

Field Type Description
culture any  
dateTimeFormat DateTimeFormatInfo  
formats    
meridiem    
name string  
name any  
numberFormat NumberFormatInfo  
textInfo TextInfo