Task getCompletionDeadline

From Catglobe Wiki
Revision as of 08:28, 6 October 2011 by Nguyentanphong (talk | contribs) (Created page with "'''Task_getCompletionDeadline''' Get UTC date time deadline (Carried out) of task. '''Syntax <br>'''  Task_getCompletionDeadline(TaskResourceID); <br> '...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Task_getCompletionDeadline

Get UTC date time deadline (Carried out) of task.

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}