constructor(start, duration) Constructor
In This Article
Initializes a new instance of the ASPxClientTimeInterval class with the specified start time and duration.
#Declaration
TypeScript
constructor(
start: Date,
duration: any
)
#Parameters
Name | Type | Description |
---|---|---|
start | Date | A Date |
duration | any | A Time |
#Remarks
The ASPxClientTimeInterval class is used to represent intervals with known start time at the client side.
See Also