Skip to main content

TimeZoneHelper(String) Constructor

Initializes a new instance of the TimeZoneHelper class with the specified client time zone ID.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public TimeZoneHelper(
    string clientTimeZoneId
)

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