Skip to main content

AppointmentItem.TimeZoneId Property

Gets or sets the appointment time zone.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

#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.

See Also