Skip to main content

SchedulerPrintAdapter.ClientTimeZoneId Property

Gets or sets the time zone’s string identifier used by the print adapter. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Reporting

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public string ClientTimeZoneId { get; set; }

Property Value

Type Description
String

A string value that is the time zone’s unique identifier. The value is equal to the Id property value.

See Also