Difference between revisions of "Task getAcceptanceDeadline"
Line 3: | Line 3: | ||
Get time of task which is accepted before the time this task carried out. <br> | Get time of task which is accepted before the time this task carried out. <br> | ||
− | '''Syntax <br>''' Task_getAcceptanceDeadline ( | + | '''Syntax <br>''' Task_getAcceptanceDeadline (TaskResourceID); <br><br>'''Arguments<br>''' TaskResourceid: is a number. <br> <br>'''Return type'''<br> An array. |
<br>'''Examples''' | <br>'''Examples''' | ||
− | Array taskAcceptanceDeadline = Task_getAcceptanceDeadline (37245949); <br>print(taskAcceptanceDeadline ); // {2011,9,2,9,48,0,0,35}<br> | + | Array taskAcceptanceDeadline = Task_getAcceptanceDeadline(37245949); <br>print(taskAcceptanceDeadline ); // {2011,9,2,9,48,0,0,35}<br> |
[[Category:Tasks]] | [[Category:Tasks]] |
Revision as of 09:23, 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}