contains

fun contains(timeInterval: TimeInterval, julianDate: JulianDate): Boolean(source)

Checks if the specified date is inside the provided interval.

Return

true if the interval contains the specified date, false otherwise.

Parameters

timeInterval

The interval.

julianDate

The date to check.

See also