LogOnParametersExplicitTimeZone Property

Gets or sets the time zone to associate with the logon session.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public TimeZoneInfo? ExplicitTimeZone { get; set; }

Property Value

Type: TimeZoneInfo
The time zone to associate with the logon session, or if the default time zone should be used.
Remarks
This property is ignored when creating a logon token.
See Also