AppointmentItem.TimeZoneId Property
In This Article
Gets or sets the appointment time zone.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#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.
See Also