Task getApprovalDeadline

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

Task_getApprovalDeadline

Get the supervisor approval deadline of a specific task.

Syntax

Task_getApprovalDeadline(TaskResourceID)

Arguments

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

Return type

UTC date time array.

Examples

Array taskApprove = Task_getApprovalDeadline(37245949);
print(taskApprove);             //{2011,10,14,9,39,0,0,41}