IEngineCulture Property

Gets the culture to use for formatting dates, numbers, etc. This will typically be the culture associated with the in-context Session.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
CultureInfo Culture { get; }

Property Value

Type: CultureInfo
Remarks
The value of this property is guaranteed to never be .
See Also