DateTimeToTimestamp
Converts date and time to UTC timestamp.
Syntax
C++
Python
def DateTimeToTimestamp(
inDateTime: DateTime,
/
)
-> outTimestamp: Timestamp
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inDateTime | DateTime | Date and time with timezone offset | |
![]() |
outTimestamp | Timestamp | UTC timestamp |


