AppointmentFormController.TimeZoneHelper Property
In This Article
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
#Property Value
Type | Description |
---|---|
Time |
A DevExpress. |
#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