Click or drag to resize

TimeIntervalCollectionTComplement Method (JulianDate, JulianDate, T)

Computes the complement of this time interval collection.

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

Parameters

startDate
Type: AGI.Foundation.TimeJulianDate
The earliest date to include in the complement.
endDate
Type: AGI.Foundation.TimeJulianDate
The latest date to include in the complement.
data
Type: T
The value to set for the Data property for each TimeInterval in the returned collection.

Return Value

Type: TimeIntervalCollectionT
The complement of this instance.
Remarks
See Also