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

DxSchedulerDataStorage.TimeZone Property

Specifies the time zone for the storage.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public TimeZoneInfo TimeZone { get; set; }

Property Value

Type Description
TimeZoneInfo

A TimeZoneInfo object identifying a time zone.

Remarks

Use the TimeZone property to specify the basic time zone in which the Scheduler operates.

See Also