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