Functions

Link copied to clipboard
open fun add(duration: Duration, options: ArithmeticOptions = definedExternally): T
open fun add(duration: DurationLike, options: ArithmeticOptions = definedExternally): T
open fun add(duration: String, options: ArithmeticOptions = definedExternally): T
Link copied to clipboard
open fun since(other: T, options: DifferenceOptions<U>): Duration
open fun since(other: L, options: DifferenceOptions<U>): Duration
open fun since(other: String, options: DifferenceOptions<U>): Duration
Link copied to clipboard
open fun subtract(duration: Duration, options: ArithmeticOptions = definedExternally): T
open fun subtract(duration: DurationLike, options: ArithmeticOptions = definedExternally): T
open fun subtract(duration: String, options: ArithmeticOptions = definedExternally): T
Link copied to clipboard
open fun until(other: T, options: DifferenceOptions<U>): Duration
open fun until(other: L, options: DifferenceOptions<U>): Duration
open fun until(other: String, options: DifferenceOptions<U>): Duration