Appointment.TimeZoneId Property
Gets or sets a time zone identifier for an appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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.