ASPxTimeZoneEdit.GetActualTimeZone() Method
Gets the time zone specified for the client Scheduler.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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