time

Uniface data type that holds a sequence of numbers that represent a time, in the format hhnnss.

time  ParameterName : Direction

time  VariableSpec

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

The $clock ProcScript function can be used to convert data to the time data type.

params
   time pTimeStamp : IN
   lineartime pElapsedTime : OUT
endparams

pElapsedTime = $clock-pTimeStamp

Related Topics