Return the minute portion of the time
Member of Time Intrinsic Functions (PRIM_LIBI.ITimeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Integer | Resulting number |
Minute returns the minute portion of the time.
In this example, if #Now is 12:34:56 and the result would be 34.
#Result := #Now.Minute
Febuary 18 V14SP2