TIME
Usage
TIBCO iProcess Workspace (Browser)
TIBCO iProcess Workspace (Windows)
Constructs a time from the specified hours and minutes.
Syntax
TIME (hours, minutes)
where:
• | hours is a numeric value in the range 0-23 |
• | minutes is a numeric value in the range 0-59 |
Returns
The resulting time.
Examples
TIBCO iProcess Modeler:
TIME (6,24)
returns 06:24
.
TIBCO Business Studio:
IPEDateTimeUtil.TIME(6,24);