Difference between revisions of "Task getCompletionDeadline"
Line 3: | Line 3: | ||
Get completion deadline (should be carried out) of a specific task. | Get completion deadline (should be carried out) of a specific task. | ||
− | '''Syntax <br>''' Task_getCompletionDeadline(TaskResourceID) | + | '''Syntax <br>''' Task_getCompletionDeadline(TaskResourceID)<br> |
'''Arguments<br>''' TaskResourceID: is a number. It is resource id of task<br> <br>'''Return type<br>''' UTC date time array | '''Arguments<br>''' TaskResourceID: is a number. It is resource id of task<br> <br>'''Return type<br>''' UTC date time array |
Revision as of 11:52, 8 November 2011
Task_getCompletionDeadline
Get completion deadline (should be carried out) of a specific task.
Syntax
Task_getCompletionDeadline(TaskResourceID)
Arguments
TaskResourceID: is a number. It is resource id of task
Return type
UTC date time array
Examples
array taskDeadLine = Task_getCompletionDeadline(37245949);
print(taskDeadLine); //{2011,10,9,9,48,0,0,40}