Task getApprovalDeadline
From Catglobe Wiki
More actions
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} 
 
 
