TIMETOTALMINUTES
PROGRAM TIMETOTALMINUTES_DEMO
VAR
T1: TIME;
LR1:LREAL;
END_VAR
LR1 := DATETOTALMINUTES(IN1 := T1);
END_PROGRAM
Returns value corresponding to the number of minutes for a particular time interval.
Input | Type | Description |
---|---|---|
IN1 | TIME | Input value |
Output | Type | Description |
---|---|---|
=> | LREAL | Output value |