Skip to main content

ASPxTimeZoneEdit.GetActualTimeZone() Method

Gets the time zone specified for the client Scheduler.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

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