Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Task setApprovalDeadline: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Task_Functions]]

{{HelpFiles}}


=====Task_setApprovalDeadline=====
=====Task_setApprovalDeadline=====

Latest revision as of 09:41, 12 December 2011



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