Difference between revisions of "Task getApprovalDeadline"
m |
m |
||
Line 3: | Line 3: | ||
Get the supervisor approval deadline of a specific task. | Get the supervisor approval deadline of a specific task. | ||
− | '''Syntax <br>''' Task_getApprovalDeadline(TaskResourceID) | + | '''Syntax <br>''' Task_getApprovalDeadline(TaskResourceID) |
<br>'''Arguments<br>''' TaskResourceID: is a number. It is the resource id of task.<br> <br>'''Return type'''<br> UTC date time array. | <br>'''Arguments<br>''' TaskResourceID: is a number. It is the resource id of task.<br> <br>'''Return type'''<br> UTC date time array. |
Revision as of 11:59, 8 November 2011
Task_getApprovalDeadline
Get the supervisor approval deadline of a specific task.
Syntax
Task_getApprovalDeadline(TaskResourceID)
Arguments
TaskResourceID: is a number. It is the resource id of task.
Return type
UTC date time array.
Examples
Array taskApprove = Task_getApprovalDeadline(37245949);
print(taskApprove); //{2011,10,14,9,39,0,0,41}