TimeIntervalT Constructor | 
| Name | Description | |
|---|---|---|
| TimeIntervalT(JulianDate, JulianDate) | 
            Initializes a new interval with the specified start date and stop date.
            The new interval is closed, meaning that both end points are included.
              | |
| TimeIntervalT(JulianDate, JulianDate, T) | 
            Initializes a new interval with the specified start date, stop date, and data.
            The new interval is closed, meaning that both end points are included.
              | |
| TimeIntervalT(JulianDate, JulianDate, Boolean, Boolean) | 
            Initializes a new interval with the specified start date and stop date,
            also specifying whether the start and stop dates are included.
              | |
| TimeIntervalT(JulianDate, JulianDate, T, Boolean, Boolean) | 
            Initializes a new interval with the specified start date, stop date, and data,
            also specifying whether the start and stop dates are included.
              |