HOURNUM

Usage

TIBCO iProcess Workspace (Browser)

TIBCO iProcess Workspace (Windows)

Returns the minutes component of a specified time.

Syntax

HOURNUM (time)

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

Returns

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

Examples

TIBCO iProcess Modeler:

HOURNUM (#06:24#) 

returns 6.

TIBCO Business Studio:

IPEDateTimeUtil.HOURNUM("06:24");