Click or drag to resize

TimeIntervalCollection<T>.Complement Method (JulianDate, JulianDate)

Computes the complement of this time interval collection.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TimeIntervalCollection<T> Complement(
	JulianDate startDate,
	JulianDate endDate
)

Parameters

startDate
Type: AGI.Foundation.Time.JulianDate
The earliest date to include in the complement.
endDate
Type: AGI.Foundation.Time.JulianDate
The latest date to include in the complement.

Return Value

Type: TimeIntervalCollection<T>
The complement of this instance.
Remarks
See Also