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 (26.2.0.1000)
Syntax
public string? TimeZoneId { get; set; }

Property Value

String
The time zone identifier, or to use the server's default time zone.
Exceptions
ExceptionCondition
TimeZoneNotFoundExceptionThe time zone identifier specified by ID was not found.
See Also