TimeInterval

data class TimeInterval(val markIn: Long?, val markOut: Long?, val type: TimeIntervalType?)

Represents a time interval.

Constructors

Link copied to clipboard
constructor(markIn: Long?, markOut: Long?, type: TimeIntervalType?)

Properties

Link copied to clipboard
val markIn: Long?

The start time of the interval, in milliseconds.

Link copied to clipboard

The end time of the interval, in milliseconds.

Link copied to clipboard

The type of the time interval.