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

DXSchedulerPrintAdapter.ClientTimeZoneId Property

Gets or sets the string identifier of the time zone used by the print adapter.

Namespace: DevExpress.Xpf.Scheduler.Reporting

Assembly: DevExpress.Xpf.Scheduler.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduler, DevExpress.Wpf.Scheduler

Declaration

public string ClientTimeZoneId { get; set; }

Property Value

Type Description
String

A string that uniquely identifies the time zone. The value is equal to that returned by the System.TimeZoneInfo.Id property.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

The scheduler uses string identifiers for time zones defined on a local system. Time zones in .NET are represented by a TimeZoneInfo class. Time zones in the Windows system can be enumerated and obtained as described in the corresponding MSDN articles. See the Finding the Time Zones Defined on a Local System article for more information.

See Also