Return the variable as a universal datetime
Member of Datetime Intrinsic Functions (PRIM_LIBI.IDateTimeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | DateTime | Resulting datetime |
AsUniversalDateTime returns the supplied datetime adjusted to UTC (Universal Coordinated Time) based on the time zone specified on the executing system. The time zone is the difference in time between the executing system and UTC (Universal Coordinated Time).
#Result := #LocalTime.AsUniversalDateTime
Febuary 18 V14SP2