Skip to main content

AppointmentWindowTimeIntervalViewModel.TimeZone Property

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: 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