DxSchedulerAppointmentItem.TimeZoneId Property
In This Article
Specifies the appointment time zone.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public string TimeZoneId { get; set; }
#Property Value
Type | Description |
---|---|
String | A String that specifies the time zone name as listed in the Microsoft Time Zone Index Values document. |
See Also