TimeInterval

Contains a time interval with a start time and an end time. Use a time interval to restrict an operation, such as a search, to a specific time range.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The end of the time interval.

Link copied to clipboard

The start of the time interval.

Functions

Link copied to clipboard
inline fun copy(block: TimeInterval.Builder.() -> Unit = {}): TimeInterval
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String