Skip to main content
A newer version of this page is available. .

DxSchedulerRecurrenceInfo.TimeZoneId Property

Specifies the recurrent appointment’s time zone identifier.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Implements

See Also