Get or Set the Job Entry UTC Time

utc,var = jobe:utc([utc], [var])

Gets the UTC value for the job entry object.

Parameter Type Description
utc integer The future UTC time to trigger
var boolean True to use serial number variance
Returns Type Description
utc integer The previous UTC time, or -1 for not enabled
var boolean true if variance was enabled
Note

To just read the values:
utc, var = jobe:utc()