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 getCompletionDeadline: Difference between revisions

From Catglobe Wiki
Nguyentanphong (talk | contribs)
No edit summary
Nguyentanphong (talk | contribs)
No edit summary
Line 1: Line 1:
= Task_getCompletionDeadline = Β 
= Task_getCompletionDeadline =


Get completion deadline (should be carried out before) of a specific task. Β 
Get completion deadline (should be carried out before) of a specific task. Β 


=== Syntax&nbsp ===
=== Syntax&amp ===
Β 
Task_getCompletionDeadline(TaskResourceID)


Task_getCompletionDeadline(TaskResourceID)
<br> Β 
<br> Β 


=== Arguments ===
=== Arguments ===
Β 
TaskResourceID: is a number. It is resource id of task


TaskResourceID: is a number. It is resource id of task
<br> Β 
<br> Β 


=== Return type===
=== Return type ===


UTC date time array Β 
UTC date time array Β 
<br>


<br>
=== Examples ===
Β 
=== Examples ===
Β 
array taskDeadLine = Task_getCompletionDeadline(37245949);
Β 
<br>


array taskDeadLine = Task_getCompletionDeadline(37245949);
<br>
print(taskDeadLine); //{2011,10,9,9,48,0,0,40}<br> Β 
print(taskDeadLine); //{2011,10,9,9,48,0,0,40}<br> Β 
<br>


<br>
__NOTOC__


[[Category:Tasks]]
[[Category:Tasks]]
__NOTOC__

Revision as of 02:48, 10 November 2011

Task_getCompletionDeadline

Get completion deadlineΒ (should be carried out before) of a specific task.

Syntax&amp

Task_getCompletionDeadline(TaskResourceID)

Arguments

TaskResourceID: is a number. It is resource id of task

Return type

UTC date time array

Examples

array taskDeadLine = Task_getCompletionDeadline(37245949);
print(taskDeadLine); //{2011,10,9,9,48,0,0,40}