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 getAcceptanceDeadline

From Catglobe Wiki
Revision as of 08:10, 6 October 2011 by Nguyentanphong (talk | contribs) (Created page with "'''Task_getAcceptanceDeadline''' Return datetime which is get from Task. <br> '''Syntax <br>'''  Task_getAcceptanceDeadline(TaskResourceID); <br><br>'''Arg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Task_getAcceptanceDeadline

Return datetime which is get from Task. 

Syntax 
  Task_getAcceptanceDeadline(TaskResourceID);

Arguments
  TaskResourceID: is a number. 

Return type
   UTC date time array.


Examples

Array taskAccept = Task_getAcceptanceDeadline(37245949);
print(taskAccept);                                              //{2011,9,2,9,48,0,0,35}