FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deHolidaySchedule..::..hasHolidayItem Method

Checks if holiday item alreay exists for a schedule

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

Syntax


public bool hasHolidayItem(
	string sHolidayItemName
)
Public Function hasHolidayItem ( _
	sHolidayItemName As String _
) As Boolean
public:
bool^ hasHolidayItem(
	String^ sHolidayItemName
)

Parameters

sHolidayItemName
Type: String
Name of the s holiday item.

Return Value

true if [has holiday item] [the specified s holiday item name]; otherwise, false.