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

SchedulerPrintAdapter.GetClientTimeZoneId() Method

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

Namespace: DevExpress.XtraScheduler.Reporting

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

Declaration

public virtual string GetClientTimeZoneId()

Returns

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