FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsDateTimeExt..::..addBusinessDays Method (DateTime, Int32, weekendType, Boolean, DataTable)

returns computed end date

Namespace:  System
Assembly:  deDataAccess (in deDataAccess.dll)

Syntax


public static DateTime addBusinessDays(
	DateTime oDate,
	int days,
	weekendType weekendType,
	bool includeWeekend,
	DataTable oHolidayItems
)
Public Shared Function addBusinessDays ( _
	oDate As DateTime, _
	days As Integer, _
	weekendType As weekendType, _
	includeWeekend As Boolean, _
	oHolidayItems As DataTable _
) As DateTime
public:
static DateTime^ addBusinessDays(
	DateTime^ oDate, 
	int^ days, 
	weekendType^ weekendType, 
	bool^ includeWeekend, 
	DataTable^ oHolidayItems
)

Parameters

oDate
Type: DateTime
days
Type: Int32
weekendType
Type: FlowWright.deDataAccess..::..weekendType
includeWeekend
Type: Boolean
oHolidayItems
Type: DataTable

Return Value