IEngineTimeZone Property

Gets the time zone to use for printing dates and times. This will typically be the time zone 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
TimeZoneInfo TimeZone { get; }

Property Value

Type: TimeZoneInfo
Remarks

The value of this property is guaranteed to never be .

If there is no in-context session, the UTC time zone will be returned.

See Also