Task setApprovalDeadline

From Catglobe Wiki
Revision as of 11:41, 12 December 2011 by Cg pham (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



Task_setApprovalDeadline

Set a task's approval deadline

Syntax

Task_setApprovalDeadline(taskResourceId, deadline)

Arguments

  • taskResourceId: is a number expression. It is the resource id of the task
  • deadline: is an array which must follow the format of date time array generated by getDateTime function. If empty is used, the task's approval deadline will be cleared

Return value

empty

Example

Task_setApprovalDeadline(15891801, getDateTime());

Task_setApprovalDeadline(15891802, empty);

Availability

Version 5.6