TimeZoneHelper.ClientTimeZone Property
In This Article
Gets the client time zone of the TimeZoneHelper.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public TimeZoneInfo ClientTimeZone { get; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#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