Return the time portion of the datetime
Member of Datetime Intrinsic Functions (PRIM_LIBI.IDateTimeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Time | Resulting time |
Time returns the time portion of a date time.
In this example, if #Now contained 2014-12-31 10:30:27, result would be "10:30:27"
#Result := #Now.Time
Febuary 18 V14SP2