Click or drag to resize

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

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,
	bool isStartIncluded,
	bool isStopIncluded
)

Parameters

start
Type: AGI.Foundation.TimeJulianDate
The date that starts the interval.
stop
Type: AGI.Foundation.TimeJulianDate
The date that stops the interval.
isStartIncluded
Type: SystemBoolean
true if the start date is included in the interval.
isStopIncluded
Type: SystemBoolean
true if the stop date is included in the interval.
See Also