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

ASPxClientScheduler.GetVisibleIntervals Method

Client-side method that allows retrieving a collection of time intervals displayed by the ASPxScheduler.

Declaration

GetVisibleIntervals(): ASPxClientTimeInterval[]

Returns

Type Description
ASPxClientTimeInterval[]

An array of ASPxClientTimeInterval objects, representing visible intervals.

Remarks

The GetVisibleIntervals method is equivalent to the SchedulerViewBase.GetVisibleIntervals method of the ASPxScheduler.

Note

The GetVisibleIntervals method returns intervals in client time zone.

Online Example

See Also