Time Intrinsic Functions - Now Method
Return the current time
Member of Time Intrinsic Functions (PRIM_LIBI.ITimeIntrinsics)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Result | *Result (Optional) | Time | Resulting time |
Now returns the current UTC time. The result may need to be adjusted for local time zones.
This examples set #Today to the current time.
#Today := #Today.Now
LANSA Version 15, April 2020