Absolute

data class Absolute(val time: Duration) : DirectiveStart

For activities that start at a known, grounded time.

Constructors

Link copied to clipboard
constructor(time: Duration)

Properties

Link copied to clipboard
val time: Duration

Functions

Link copied to clipboard
open override fun atNewTime(time: Duration): DirectiveStart.Absolute

Shift the activity so that it starts at the new time (may be approximate for anchored activities).