Function NnetJSTime() Foundation
Retrieves or sets the start time for a job.
NNETJSTIME( <cPrintQueueName> , ;
<nPrintJobNumber> , ;
[<cStartTime>] , ; // Default: NIL
[<cFileServer|nConnectID>] ; // Default: NnetSname()
) --> cStartTime
Returns a time string that will be used as starting time for the processing of the print job with the number <nPrintJobNumber>. If no start time is set or in case of an error an empty time string is returned.
Note that <nPrintJobNumber> is not a sequential number of print jobs but a unique value used to identify a job. It can be retrieved using NnetCapJob() or NnetJList().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.