Time Intrinsic Functions - Minute Method

Return the minute portion of the time

Member of Time Intrinsic Functions (PRIM_LIBI.ITimeIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)IntegerResulting number

Details

Minute returns the minute portion of the time.

Example

In this example, if #Now is 12:34:56 and the result would be 34.
#Result := #Now.Minute

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2