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 getCompletionDeadline: Difference between revisions

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


   Get deadline of task should be carried out.  
   Get completion deadline (should be carried out) of a specific task.  


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


'''Arguments<br>'''&nbsp; TaskResourceID: is a number.&nbsp;<br> <br>'''Return type<br>'''&nbsp;&nbsp; UTC date time array  
'''Arguments<br>'''&nbsp; TaskResourceID: is a number. It is resource id of task<br> <br>'''Return type<br>'''&nbsp;&nbsp; UTC date time array  


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

Revision as of 10:51, 8 November 2011

Task_getCompletionDeadline

   Get completion deadline (should be carried out) of a specific task.

Syntax 
  Task_getCompletionDeadline(TaskResourceID); 

Arguments
  TaskResourceID: is a number. It is resource id of task

Return type
   UTC date time array


Examples

array taskDeadLine = Task_getCompletionDeadline(37245949);
print(taskDeadLine); //{2011,10,9,9,48,0,0,40}