TimeRange

fun TimeRange(startTime: Date, endTime: Date)

Parameters

startTime

The point in time when a given Point Of Interest opens (or the beginning of the range if it opens before the range starts), inclusive.

endTime

The point in time when a given Point Of Interest closes (or the end of the range if it closes after the range ends), exclusive.