ISchedulerRecurrenceInfo.TimeZoneId Property
Specifies the recurrent appointment’s time zone identifier.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
string TimeZoneId { get; }
Property Value
Type | Description |
---|---|
String | The time zone identifier. |
Remarks
The TimeZoneId
value is obtained from the DxSchedulerAppointmentItem.TimeZoneId property. Time zone information is used to calculate the start and end times of recurrent appointments in a series.
See Also