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

ASPxTimeZoneEdit.GetActualTimeZone() Method

Gets the time zone specified for the client Scheduler.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public virtual string GetActualTimeZone()

Returns

Type Description
String

A string that is the time zone identifier. The obtained values are from the System.TimeZoneInfo.Id values range.

Remarks

Obtains the time zone identifier specified via the SchedulerOptionsBehaviorBase.ClientTimeZoneId property.

See Also