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

Appointment.TimeZoneId Property

Gets or sets a time zone identifier for an appointment.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

string TimeZoneId { get; set; }

Property Value

Type Description
String

A string that is the time zone identifier specific for .NET.

Remarks

The TimeZoneId value is one of the key string identifiers allowed for the System.TimeZoneInfo.Id property.

To specify time zone used by the SchedulerControl to display appointments, use the SchedulerOptionsBehaviorBase.ClientTimeZoneId property. The appointment is displayed on a time calculated with respect to the appointment time zone and the client time zone of the Scheduler.

If a SchedulerControl is used in bound mode (that is its data is stored in a database) the TimeZoneId property’s value is obtained from the data field specified by the AppointmentMappingInfo.TimeZoneId property.

See Also