TimeZoneHelper(String) Constructor
Initializes a new instance of the TimeZoneHelper class with the specified client time zone ID.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
clientTimeZoneId | String | A string that specifies the client time zone. The string must be one of the available System.TimeZoneInfo.Id values. |
See Also