Skip to main content

SchedulerFormTemplateContainer.TimeZoneHelper Property

Provides access to the object used for time zone conversion within the form.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll

#Declaration

public TimeZoneHelper TimeZoneHelper { get; }

#Property Value

Type Description
TimeZoneHelper

A TimeZoneHelper object which is used for time zone conversion.

See Also