lineartime

Uniface data type that holds an integer that represents a number of hours.

lineartime  ParamName : Direction

lineartime  VariableName

Use

Use in params and variables blocks to define the data type of a parameter or variable. The data type can be selected when defining fields, global variables, and component variables.

Description

A lineartime can have a value from 0 to 24. If more specific time information is required, use the lineardatetime or lineardate data type format.

params
   time pTimeStamp : IN
   lineartime pElapsedTime : OUT
endparams

pElapsedTime = $clock-pTimeStamp

Related Topics