FindIntervalOptions

sealed interface FindIntervalOptions(source)

Properties

Link copied to clipboard
abstract var isStartIncluded: Boolean?

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

Link copied to clipboard
abstract var isStopIncluded: Boolean?

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

Link copied to clipboard
abstract var start: JulianDate?

The start time of the interval.

Link copied to clipboard
abstract var stop: JulianDate?

The stop time of the interval.