Click or drag to resize

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

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

Parameters

start
Type: AGI.Foundation.Time.JulianDate
The date that starts the interval.
stop
Type: AGI.Foundation.Time.JulianDate
The date that stops the interval.
isStartIncluded
Type: System.Boolean
true if the start date is included in the interval.
isStopIncluded
Type: System.Boolean
true if the stop date is included in the interval.
See Also