constructor(start, duration) Constructor
Initializes a new instance of the ASPxClientTimeInterval class with the specified start time and duration.
Declaration
constructor(
start: Date,
duration: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| start | Date | A DateTime object, representing the beginning of the period. |
| duration | any | A TimeSpan structure, representing a time interval. |
Remarks
The ASPxClientTimeInterval class is used to represent intervals with known start time at the client side.
See Also