UpdateTaskStartEnd
From
(Difference between revisions)
Latest revision as of 20:35, 27 February 2019
Contents |
[edit] Method
UpdateTaskResult updateTaskStartEnd(UserIDBean userID, taskID, start, end)
[edit] Description
Updates the time period visibility of the given task. The task will be visible on mobile devices from the given start date to the given end date.
[edit] Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | taskID | The indentifier for the Task. |
DateTime | start | Start date for the tasks visibility window |
DateTime | end | End date for the tasks visibility window |
[edit] Return Value
UpdateTaskResult