SessionCreationParametersTimeZone Property |
Gets or sets the time zone.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic TimeZoneInfo TimeZone { get; set; }Public Property TimeZone As TimeZoneInfo
Get
Set
public:
property TimeZoneInfo^ TimeZone {
TimeZoneInfo^ get ();
void set (TimeZoneInfo^ value);
}member TimeZone : TimeZoneInfo with get, set
Property Value
Type:
TimeZoneInfo
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | The value is . |
See Also