DxSchedulerAppointmentItem.TimeZoneId Property
Specifies the appointment time zone.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
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