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

ASPxClientTimeInterval.GetEnd Method

Client-side function that returns the end time of the interval.

Declaration

GetEnd(): Date

Returns

Type Description
Date

A JavaScript Date object representing the end of the interval.

Remarks

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=E3786.

See Also