AppointmentFormController.TimeZoneHelper Property
Provides access to the time zone helper used to display DateTime values in the editing form.
Namespace: DevExpress.Xpf.Scheduler.UI
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public TimeZoneHelper TimeZoneHelper { get; }
Public ReadOnly Property TimeZoneHelper As TimeZoneHelper
Property Value
| Type | Description |
|---|---|
| TimeZoneHelper | A DevExpress.XtraScheduler.TimeZoneHelper object specifying the time zone helper. |
Remarks
Use the TimeZoneHelper property to obtain the time zone helper used to convert date/time values from the time zone of the current host to the client time zone of the scheduler control, and vice versa.
See Also