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 (26.2.0.1000)
Syntax
[DataMemberAttribute(Name = "timeZoneId", EmitDefaultValue = false)]
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