contains

fun contains(julianDate: JulianDate): Boolean(source)

Checks if the specified date is inside this collection.

Return

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

Parameters

julianDate

The date to check.

See also