Open this page in the API Guide

IEngine.TimeZone 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 (25.1.0.1000)
Syntax
TimeZoneInfo TimeZone { get; }

Property Value

Type: TimeZoneInfo
Remarks

The value of this property is guaranteed to never be null.

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

See Also