TimeWindowUnit

sealed abstract class TimeWindowUnit(val symbol: String, val secondsInUnit: Int)
Companion:
object
class Object
trait Matchable
class Any
object Day.type
object Hour.type
object Minute.type
object Month.type
object Quarter.type
object Second.type
object Week.type
object Year.type

Value members

Abstract methods

def increment(a: ZonedDateTime, v: Long): ZonedDateTime
def truncate(t: ZonedDateTime): ZonedDateTime

Truncate the given time to this unit

Truncate the given time to this unit

Concrete fields

val secondsInUnit: Int
val symbol: String