Difference between revisions of "Task setAcceptanceDeadline"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Task_Functions]]

+
{{HelpFiles}}
  
 
=====Task_setAcceptanceDeadline=====
 
=====Task_setAcceptanceDeadline=====

Latest revision as of 11:41, 12 December 2011


Task_setAcceptanceDeadline

Set a task's acceptance deadline

Syntax

Task_setAcceptanceDeadline(taskResourceId, acceptanceDeadline)

Arguments

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

Return value

empty

Example

Task_setAcceptanceDeadline(15891801, getDateTime());

Task_setAcceptanceDeadline(15891802, empty);

Availability

Version 5.6