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 | |
|---|---|---|---|---|
![]() |
inTimestamp1 | Timestamp | ||
![]() |
inTimestamp2 | Timestamp | ||
![]() |
outDuration | Duration |


