ASPxClientTimeInterval.SetEnd(value) Method
In This Article
Client-side function that sets the end time of the interval.
#Declaration
TypeScript
SetEnd(
value: Date
): void
#Parameters
Name | Type | Description |
---|---|---|
value | Date | A Date |
See Also