AddToTimestamp
Shifts timestamp forward by a given duration.
Syntax
C++
Python
def AddToTimestamp(
inTimestamp: Timestamp,
inDuration: Duration,
/
)
-> outTimestamp: Timestamp
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inTimestamp | Timestamp | ||
![]() |
inDuration | Duration | ||
![]() |
outTimestamp | Timestamp |


