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

TimeZoneHelper(String) Constructor

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

Namespace: DevExpress.XtraScheduler

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

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