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.3.0.1000)
Syntax TimeZoneInfo TimeZone { get; }
ReadOnly Property TimeZone As TimeZoneInfo
Get
property TimeZoneInfo^ TimeZone {
TimeZoneInfo^ get ();
}
abstract TimeZone : TimeZoneInfo with get
Property Value
Type:
TimeZoneInfoRemarks 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