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
Tungocman (talk | contribs)
mNo edit summary
Tungocman (talk | contribs)
mNo edit summary
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 10: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}