Skip to main content

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.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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