clone

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

Duplicates the provided instance.

Return

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

Parameters

timeInterval

The instance to clone.

result

An existing instance to use for the result.

See also