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; }
Public Property ExplicitTimeZone As TimeZoneInfo
Get
Set
public:
property TimeZoneInfo^ ExplicitTimeZone {
TimeZoneInfo^ get ();
void set (TimeZoneInfo^ value);
}
member ExplicitTimeZone : TimeZoneInfo with 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