TimeInterval Constructor | 
| Name | Description | |
|---|---|---|
| TimeInterval(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.
              | |
| TimeInterval(JulianDate, JulianDate, 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.
              |