User guide
TIME(H, M, S) VLINX FIELDBUS GATEWAY MANAGER USER MANUAL
PAGE 350
TIME(
H, M , S
)
ARGUMENT TYPE DESCRIPTION
h
int
The hour to be encoded, from 0 to 23.
m
int
The minute to be encoded, from 0 to 59.
s
int
The second to be encoded, from 0 to 59.
DESCRIPTION
Returns a value representing the indicated time as the number of seconds elapsed since
midnight. This value can then be used with other time/date functions. It can also be added to
the value produced by
Date to produce a value that references a particular time and date.
F
UNCTION TYPE
This function is passive.
R
ETURN TYPE
int.
EXAMPLE
t := Date(2000,12,31) + Time(12,30,0)










