Task getAcceptanceDeadline

From Catglobe Wiki
Revision as of 06:04, 10 November 2011 by Nguyentanphong (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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}