clone

fun clone(result: TimeInterval? = definedExternally): TimeInterval(source)

Duplicates this instance.

Return

The modified result parameter or a new instance if none was provided.

Parameters

result

An existing instance to use for the result.

See also