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.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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