ASPxClientTimeInterval.SetEnd(value) Method
Client-side function that sets the end time of the interval.
Declaration
SetEnd(
value: Date
): void
Parameters
Name | Type | Description |
---|---|---|
value | Date | A DateTime value, representing the end of the interval. |
See Also