FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deHolidaySchedule..::..getHolidayItemUsingDateData Method

Gets Holiday Item by start and end date

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

Syntax


public DataTable getHolidayItemUsingDateData(
	DateTime startDate,
	DateTime endDate
)
Public Function getHolidayItemUsingDateData ( _
	startDate As DateTime, _
	endDate As DateTime _
) As DataTable
public:
DataTable^ getHolidayItemUsingDateData(
	DateTime^ startDate, 
	DateTime^ endDate
)

Parameters

startDate
Type: DateTime
The start date.
endDate
Type: DateTime
The end date.

Return Value

DataTable.