MembershipBaseObjectTimeZone Property  | 
 Gets or sets the time zone associated with the account or group.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
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
            The time zone associated with the account or group, or 
 if no
            time zone is to be associated.
            
Remarks  Caution | 
|---|
| 
             Custom time zones are not supported.
             | 
            See 
TimeZone for an explanation of how the value of this property
            is used when determining the session time zone.
            
See Also