Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Task getApprovalDeadline: Difference between revisions

From Catglobe Wiki
Nguyentanphong (talk | contribs)
No edit summary
Tungocman (talk | contribs)
No edit summary
Line 1: Line 1:
'''Task_getApprovalDeadline'''  
'''Task_getApprovalDeadline'''  


   Get deadline of task that Supervisor approval.  
   Get the supervisor approval deadline of task.  


'''Syntax&nbsp;<br>'''&nbsp; Task_getApprovalDeadline(TaskResourceID);
'''Syntax&nbsp;<br>'''&nbsp; Task_getApprovalDeadline(TaskResourceID);  


<br>'''Arguments<br>'''&nbsp; TaskResourceID: is a number.&nbsp;<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.  


<br>'''Examples'''  
<br>'''Examples'''  

Revision as of 10:55, 8 November 2011

Task_getApprovalDeadline

   Get the supervisor approval deadline of 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}