ASPxClientScheduler.GotoDate(date) Method
Client-side scripting method which raises the SchedulerCallbackCommandId.GotoDate callback command.
Declaration
GotoDate(
date: Date
): void
Parameters
Name | Type | Description |
---|---|---|
date | Date | A DateTime value specifying the destination time. |
See Also