Skip to main content
A newer version of this page is available. .

TimeZoneHelper.ClientTimeZone Property

Gets the client time zone of the TimeZoneHelper.

Namespace: DevExpress.XtraScheduler

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

Declaration

public TimeZoneInfo ClientTimeZone { get; }

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