ScheduleRuleTimeZoneId Property  | 
 
            Gets or sets the time zone identifier.
            
 
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? TimeZoneId { get; set; }Public Property TimeZoneId As String
	Get
	Set
public:
property String^ TimeZoneId {
	String^ get ();
	void set (String^ value);
}member TimeZoneId : string with get, set
Property Value
Type: 
String
            The time zone identifier, or 
 to use the server's default time zone.
            
Exceptions
See Also