Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Task getAcceptanceDeadline: Difference between revisions

From Catglobe Wiki
Nguyentanphong (talk | contribs)
No edit summary
Nguyentanphong (talk | contribs)
No edit summary
Line 3: Line 3:
&nbsp;&nbsp;&nbsp;Get&nbsp;time&nbsp;of task which is&nbsp;accepted before the time this task carried out. <br>  
&nbsp;&nbsp;&nbsp;Get&nbsp;time&nbsp;of task which is&nbsp;accepted before the time this task carried out. <br>  


'''Syntax&nbsp;<br>'''&nbsp; Task_getAcceptanceDeadline (TaskResourceID); <br><br>'''Arguments<br>'''&nbsp; TaskResourceid: is a number.&nbsp;<br>&nbsp;<br>'''Return type'''<br>&nbsp;&nbsp; An array.  
'''Syntax&nbsp;<br>'''&nbsp; Task_getAcceptanceDeadline (TaskResourceID); <br><br>'''Arguments<br>'''&nbsp; TaskResourceID: is a number.&nbsp;<br>&nbsp;<br>'''Return type'''<br>&nbsp;&nbsp; An array.  


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

Revision as of 08:26, 8 November 2011

Task_getAcceptanceDeadline

   Get time of task which is accepted before the time this task carried out.

Syntax 
  Task_getAcceptanceDeadline (TaskResourceID);

Arguments
  TaskResourceID: is a number. 
 
Return type
   An array.


Examples

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