Time Intrinsic Functions - Now Method

Return the current time

Member of Time Intrinsic Functions (PRIM_LIBI.ITimeIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)TimeResulting time

Details

Now returns the current UTC time.
 
The result may need to be adjusted for local time zones.

Example

This examples set #Today to the current time.
#Today := #Today.Now

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2