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

SchedulerItemBase.TimeZoneId Property

Gets or sets the appointment time zone.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public string TimeZoneId { get; set; }

Property Value

Type Description
String

A String indicating the appointment time zone name.

Remarks

Use the TimeZoneId property to specify the time zone for a particular appointment. Refer to the Microsoft Time Zone Index Values topic for the list of all available time zones.

Note

The Scheduler is not able to read a custom time zone created by calling the standard CreateCustomTimeZone method.

Use the DataSource.DateTimeSavingMode property to specify in what time zone the appointments should be stored in the data source.

See Also