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. |
See Also