Click or drag to resize

TimeInterval Constructor (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.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeInterval(
	JulianDate start,
	JulianDate stop
)

Parameters

start
Type: AGI.Foundation.TimeJulianDate
The first date in the interval.
stop
Type: AGI.Foundation.TimeJulianDate
The last date in the interval.
See Also