Skip to main content
A newer version of this page is available. .

IRecurrenceInfo.TimeZoneId Property

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

Namespace: DevExpress.XtraScheduler

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

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