TimeZoneHelper.ClientTimeZone Property
Gets the client time zone of the TimeZoneHelper.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
TimeZoneInfo | A TimeZoneInfo object identifying a time zone. |
Remarks
The string identifying a time zone is passed to a TimeZoneHelper constructor. Once created, the TimeZoneHelper can be used to convert DateTime values to and from the client time zone.
See Also