D91300G - Validate Start Date and Time
If you are using a formatted string (ex. "12:30:00") then use the szScheduledStartTimeString member.
If you are using a math numeric time (ex. 123000) then use the mnScheduledStartTime.
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
jdScheduledStartDate | SCHJBSTDT | JDEDATE | REQ | INPUT |
The next date on which the Scheduler submits the scheduled job to the server for execution. | ||||
szScheduledStartTimeString | SCHJSDSTR | char | OPT | INPUT |
The time at which the job will be submitted on the next scheduled start date.
This is in 24-hour format. For example, 03:00 is 3 AM and 18:00 is
| ||||
mnScheduledStartTime | SCHJBSTTM | MATH_NUMERIC | OPT | INPUT |
The time at which the job will be submitted on the next scheduled start date. | ||||
cValidated | EV01 | char | OPT | OUTPUT |
An option that specifies the type of processing for an event. |
None |
None |