Skip to main content

IRecurrenceInfo.TimeZoneId Property

Gets or sets the time zone identifier of the recurrence pattern.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

string TimeZoneId { get; }

Property Value

Type Description
String

A string that is the key string identifier allowed for the System.TimeZoneInfo.Id property.

Remarks

The TimeZoneId value is obtained from the Appointment.TimeZoneId value of an appointment which serves as the recurrence pattern. Time zone information is used for calculating start and end times of recurring appointments in a series.

See Also