Time

data class Time(val budget: Duration) : Budget

A time budget.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

budget

The amount of time that may be used.

Constructors

Link copied to clipboard
fun Time(budget: Duration)

Properties

Link copied to clipboard