Back to Devexpress

TimeZoneHelper Class

corelibraries-devexpress-dot-xtrascheduler-63af7c58.md

latest3.1 KB
Original Source

TimeZoneHelper Class

A class implemented for time zone conversion.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class TimeZoneHelper :
    TimeZoneEngineBase
vb
Public Class TimeZoneHelper
    Inherits TimeZoneEngineBase

The following members return TimeZoneHelper objects:

LibraryRelated API Members
WinForms ControlsSchedulerControl.TimeZoneHelper
ASP.NET Web Forms ControlsASPxScheduler.TimeZoneHelper
ASPxSchedulerDataWebControlBase.TimeZoneHelper
ASPxSchedulerStorageControl.TimeZoneHelper
SchedulerFormTemplateContainer.TimeZoneHelper

Remarks

Use the SchedulerControl.TimeZoneHelper property to get access to the TimeZoneHelper instance initialized with the current operational and client time zones. The TimeZoneHelper.FromClientTime and TimeZoneHelper.ToClientTimemethods enable you to perform time zone conversion between an arbitrary time zone and the client time zone used to display appointments (specified by the SchedulerOptionsBehaviorBase.ClientTimeZoneId property). The TimeZoneHelper.FromOperationTime and TimeZoneHelper.ToOperationTime methods allow conversion between an arbitrary time zone and the operational time zone (time zone of the scheduler storage, specified by the SchedulerStorageBase.TimeZoneId property).

Inheritance

Object DevExpress.XtraScheduler.Native.TimeZoneEngineBase TimeZoneHelper

See Also

TimeZoneHelper Members

Scheduler Time Zones

DevExpress.XtraScheduler Namespace