AppointmentWindowTimeIntervalViewModel.TimeZone Property
Gets or sets the time zone to use for the appointment.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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