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