ASPxClientScheduler.ChangeTimeZoneId(timeZoneId) Method
Client-side method which raises the callback command to change the SchedulerOptionsBehaviorBase.ClientTimeZoneId of the scheduler.
Declaration
ChangeTimeZoneId(
timeZoneId: string
): void
Parameters
Name | Type | Description |
---|---|---|
timeZoneId | string | A string, a time zone identifier which is valid for the System.TimeZoneInfo.Id property. |
Remarks
To obtain a list of valid time zone identifiers, use the System.TimeZoneInfo.GetSystemTimeZones method.
See Also