DateInterval

data class DateInterval(val start: Instant, val end: Instant) : Parcelable

A simple data interval represented by a start and an end.

Constructors

Link copied to clipboard
fun DateInterval(start: Instant, end: Instant)

Properties

Link copied to clipboard
val end: Instant
Link copied to clipboard
val start: Instant