FindIntervalOptions

Properties

Link copied to clipboard
abstract val isStartIncluded: Boolean?

true if options.start is included in the interval, false otherwise.

Link copied to clipboard
abstract val isStopIncluded: Boolean?

true if options.stop is included in the interval, false otherwise.

Link copied to clipboard
abstract val start: JulianDate?

The start time of the interval.

Link copied to clipboard
abstract val stop: JulianDate?

The stop time of the interval.