More actions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
<br>'''Examples''' | <br>'''Examples''' | ||
<source lang=" | <source lang="csharp">array taskDeadLine = Task_getCompletionDeadline(37245949); | ||
print(taskDeadLine); //{2011,10,9,9,48,0,0,40}</source><br> | print(taskDeadLine); //{2011,10,9,9,48,0,0,40}</source><br> | ||
Revision as of 02:29, 12 October 2011
Task_getCompletionDeadline
Get deadline (Carried out) of task.
Syntax
Task_getCompletionDeadline(TaskResourceID);
Arguments
TaskResourceID: is a number.
Return type
UTC date time array
Examples
array taskDeadLine = Task_getCompletionDeadline(37245949);
print(taskDeadLine); //{2011,10,9,9,48,0,0,40}