Click or drag to resize

TimeInterval Constructor

Overload List
  NameDescription
Public methodTimeInterval(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 methodTimeInterval(JulianDate, JulianDate, Boolean, Boolean)
Initializes a new interval with the specified start date, stop date, and data. It is also specified whether or not the start and stop dates are included.
Top
See Also