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

SchedulerPrintAdapter.ClientTimeZoneId Property

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

Namespace: DevExpress.XtraScheduler.Reporting

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

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.

See Also