More actions
No edit summary |
No edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= Task_getAcceptanceDeadline = | |||
Get the accepted deadline (should be accepted before) of a specific task. <br> | |||
=== Syntax === | |||
<br> | Task_getAcceptanceDeadline(TaskResourceID) | ||
<br> | |||
Array | === Arguments === | ||
TaskResourceID: is a number. It is the resource id of task.<br> <br>'''Return type'''<br> An UTC date time array. | |||
<br> | |||
=== Examples === | |||
Array taskAcceptanceDeadline = Task_getAcceptanceDeadline(37245949); <br>print(taskAcceptanceDeadline); // {2011,9,2,9,48,0,0,35}<br> | |||
__NOTOC__ | |||
[[Category:Tasks]] | [[Category:Tasks]] |
Latest revision as of 04:04, 10 November 2011
Task_getAcceptanceDeadline
Get the accepted deadline (should be accepted before) of a specific task.
Syntax
Task_getAcceptanceDeadline(TaskResourceID)
Arguments
TaskResourceID: is a number. It is the resource id of task.
Return type
An UTC date time array.
Examples
Array taskAcceptanceDeadline = Task_getAcceptanceDeadline(37245949);
print(taskAcceptanceDeadline); // {2011,9,2,9,48,0,0,35}