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

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.v19.2.dll

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