Skip to main content

AppointmentItem.TimeZoneId Property

Gets or sets the appointment time zone.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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