//core/io.islandtime.ranges/DateTimeInterval/contains
contains¶
common
open operator override fun contains(value: DateTime): Boolean
Checks if this interval contains value.
Parameters¶
common
| value | a date-time, assumed to be in the same time zone |
//core/io.islandtime.ranges/DateTimeInterval/contains
common
open operator override fun contains(value: DateTime): Boolean
Checks if this interval contains value.
common
| value | a date-time, assumed to be in the same time zone |