DateRange class
Signature:
export declare class DateRange Constructors
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(dateRangeAttr, dateRangeWithSameId) | Constructs a new instance of the DateRangeclass | 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| attr | AttrList | ||
| class | readonly | string | |
| duration | readonly | number | null | |
| endDate | readonly | Date | null | |
| endOnNext | readonly | boolean | |
| id | readonly | string | |
| isValid | readonly | boolean | |
| plannedDuration | readonly | number | null | |
| startDate | readonly | Date |