FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deHolidaySchedule..::..getComputedDateTime Method

Returns the calculated date based on holiday and weekend flag

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

Syntax


public DateTime getComputedDateTime(
	DateTime startDateTime,
	int numDays,
	bool includeWeekends
)
Public Function getComputedDateTime ( _
	startDateTime As DateTime, _
	numDays As Integer, _
	includeWeekends As Boolean _
) As DateTime
public:
DateTime^ getComputedDateTime(
	DateTime^ startDateTime, 
	int^ numDays, 
	bool^ includeWeekends
)

Parameters

startDateTime
Type: DateTime
numDays
Type: Int32
includeWeekends
Type: Boolean

Return Value