Return the date portion of the datetime
Member of Datetime Intrinsic Functions (PRIM_LIBI.IDateTimeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Date | Resulting date |
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 := #DateTime.Date
Febuary 18 V14SP2