| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Parallel Computing Toolbox |
| Contents | Index |
| Learn more about Parallel Computing Toolbox |
SubmitTime holds a date number specifying
the time when a job was submitted to the job queue, in the format
'day mon dd hh:mm:ss tz yyyy'.
Usage | Job object |
Read-only | Always |
Data type | String |
SubmitTime is assigned the job manager's system time when the job is submitted.
Create and submit a job, then get its SubmitTime.
jm = findResource('scheduler','type','jobmanager', ...
'name','MyJobManager','LookupURL','JobMgrHost');
j = createJob(jm);
createTask(j, @rand, 1, {12,12});
submit(j)
get(j, 'SubmitTime')
ans =
Wed Jun 30 11:33:21 EDT 2004
CreateTime, FinishTime, StartTime
![]() | SubmitFcn | Tag | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |