TimePeriod

Defines a time range with inclusive start time and exclusive end time for filtering and analysis.

Types

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

Properties

Link copied to clipboard

The end time of the period, exclusive. Events before this time are included.

Link copied to clipboard

The start time of the period, inclusive. Events at or after this time are included.

Functions

Link copied to clipboard
inline fun copy(block: TimePeriod.Builder.() -> Unit = {}): TimePeriod
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