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

ASPxSchedulerDataWebControlBase.TimeZoneHelper Property

Provides access to an object used for converting time between time zones.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public abstract TimeZoneHelper TimeZoneHelper { get; }

Property Value

Type Description
TimeZoneHelper

A TimeZoneHelper object used for time zone conversion.

See Also