MINSNUM

Usage

TIBCO iProcess Workspace (Browser)

TIBCO iProcess Workspace (Windows)

Returns the minutes component of a specified time.

Syntax

MINSNUM (time)

where time is the time the operation is to be performed on.

Returns

A numeric value representing the minutes component (0 to 59) of the time.

Examples

TIBCO iProcess Modeler:

MINSNUM (#06:24#) 

returns 24.

TIBCO Business Studio:

IPEDateTimeUtil.MINSNUM("06:24");