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

ASPxClientTimeInterval.SetStart(value) Method

Client-side function that sets the start time of the interval.

Declaration

SetStart(
    value: Date
): void

Parameters

Name Type Description
value Date

A DateTime value, representing the beginning of the interval.

Remarks

Tip

For the complete sample project, see the following DevExpress Support Center example: https://supportcenter.devexpress.com/ticket/details/e3786/simplest-implementation-of-a-client-side-appointment-editing-form.

See Also