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

AppointmentWindowTimeIntervalViewModel.TimeZone Property

Gets or sets the time zone to use for the appointment.

Namespace: DevExpress.Xpf.Scheduling

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

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

Declaration

public TimeZoneInfo TimeZone { get; set; }

Property Value

Type Description
TimeZoneInfo

A System.TimeZoneInfo object identifying a time zone.

Remarks

Use the TimeZone to specify what time zone to use for the appointment. Refer to the Microsoft Time Zone Index Values topic for the list of all available time zones.

See Also