Task getApprovalDeadline: Difference between revisions
From Catglobe Wiki
More actions
| No edit summary | No edit summary | ||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| = Task_getApprovalDeadline =  | |||
| Get the supervisor approval deadline of a specific task.   | |||
| === Syntax === | |||
| Task_getApprovalDeadline(TaskResourceID)  | |||
| <br> | |||
| <br> | === Arguments === | ||
| TaskResourceID: is a number. It is the resource id of task. | |||
| <br> | |||
| === Return type === | |||
| UTC date time array.  | |||
| <br> | |||
| === Examples ===  | |||
| <br>   | Array taskApprove = Task_getApprovalDeadline(37245949); | ||
| <br> | |||
| print(taskApprove);             //{2011,10,14,9,39,0,0,41}  | |||
| <br> | |||
| [[Category:Tasks]] | [[Category:Tasks]] | ||
| __NOTOC__ | |||
Latest revision as of 02:54, 10 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} 
