Difference between revisions of "Task getApprovalDeadline"

From Catglobe Wiki
Jump to: navigation, search
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&nbsp;<br>'''&nbsp; Task_getApprovalDeadline(TaskResourceID);
+
'''Syntax&nbsp;<br>'''&nbsp; Task_getApprovalDeadline(TaskResourceID)  
  
 
<br>'''Arguments<br>'''&nbsp; TaskResourceID: is a number. It is the resource id of task.<br> <br>'''Return type'''<br>&nbsp;&nbsp; UTC date time array.  
 
<br>'''Arguments<br>'''&nbsp; TaskResourceID: is a number. It is the resource id of task.<br> <br>'''Return type'''<br>&nbsp;&nbsp; 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}