Difference between revisions of "Task getCompletionDeadline"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
'''Task_getCompletionDeadline'''  
 
'''Task_getCompletionDeadline'''  
  
   Get deadline (Carried out) of task.  
+
   Get deadline of task should be carry out before.  
  
 
'''Syntax&nbsp;<br>'''&nbsp; Task_getCompletionDeadline(TaskResourceID);&nbsp;<br>  
 
'''Syntax&nbsp;<br>'''&nbsp; Task_getCompletionDeadline(TaskResourceID);&nbsp;<br>  
Line 9: Line 9:
 
<br>'''Examples'''  
 
<br>'''Examples'''  
  
array taskDeadLine = Task_getCompletionDeadline(37245949);<br />
+
array taskDeadLine = Task_getCompletionDeadline(37245949);<br> print(taskDeadLine); //{2011,10,9,9,48,0,0,40}<br>  
print(taskDeadLine); //{2011,10,9,9,48,0,0,40}<br>  
 
  
 
<br>  
 
<br>  
  
 
[[Category:Tasks]]
 
[[Category:Tasks]]

Revision as of 09:44, 8 November 2011

Task_getCompletionDeadline

   Get deadline of task should be carry out before.

Syntax 
  Task_getCompletionDeadline(TaskResourceID); 

Arguments
  TaskResourceID: is a number. 

Return type
   UTC date time array


Examples

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