TimestampDifference


Computes absolute value of time elapsed between two timestamps.

Syntax

C++
Python
 
def TimestampDifference(
	inTimestamp1: Timestamp,
	inTimestamp2: Timestamp,
	/
)
-> outDuration: Duration

Parameters

Name Type Default Description
Input value inTimestamp1 Timestamp
Input value inTimestamp2 Timestamp
Output value outDuration Duration