Click or drag to resize

TimeIntervalT Constructor

Overload List
  NameDescription
Public methodTimeIntervalT(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.
Public methodTimeIntervalT(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.
Public methodTimeIntervalT(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.
Public methodTimeIntervalT(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.
Top
See Also