Datetime Intrinsic Functions - Time Method

Return the time portion of the datetime

Member of Datetime Intrinsic Functions (PRIM_LIBI.IDateTimeIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)TimeResulting 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

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2