ScheduleRuleDataTimeZoneId Property  | 
 
            Gets or sets the time zone identifier.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "timeZoneId", EmitDefaultValue = false)]
public string? TimeZoneId { get; set; }<DataMemberAttribute(Name := "timeZoneId", EmitDefaultValue := false)>
Public Property TimeZoneId As String
	Get
	Set
public:
[DataMemberAttribute(Name = L"timeZoneId", EmitDefaultValue = false)]
property String^ TimeZoneId {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute(Name = "timeZoneId", EmitDefaultValue = false)>]
member TimeZoneId : string with get, set
Property Value
Type: 
String
            The time zone identifier, or 
 to use the server's default time zone.
            
Exceptions| Exception | Condition | 
|---|
| TimeZoneNotFoundException | The time zone identifier specified by ID was not found. | 
See Also