Back to Devexpress

IRecurrenceInfo.TimeZoneId Property

corelibraries-devexpress-dot-xtrascheduler-dot-irecurrenceinfo-30842ce9.md

latest1.4 KB
Original Source

IRecurrenceInfo.TimeZoneId Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
string TimeZoneId { get; }
vb
ReadOnly Property TimeZoneId As String

Property Value

TypeDescription
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

IRecurrenceInfo Interface

IRecurrenceInfo Members

DevExpress.XtraScheduler Namespace