FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTask..::..extendTask Method

Extends the task.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool extendTask(
	int iDaysToExtend
)
Public Function extendTask ( _
	iDaysToExtend As Integer _
) As Boolean
public:
bool^ extendTask(
	int^ iDaysToExtend
)

Parameters

iDaysToExtend
Type: Int32
The i days to extend.

Return Value

true if XXXX, false otherwise.