[This is preliminary documentation and is subject to change.]

Deletes an existing holiday with the given holidayId

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void DeleteHolidayWithId(
	int accountId,
	int holidayId
)
Visual Basic (Declaration)
Public Sub DeleteHolidayWithId ( _
	accountId As Integer, _
	holidayId As Integer _
)
Visual C++
public:
void DeleteHolidayWithId(
	int accountId, 
	int holidayId
)

Parameters

accountId
Type: System..::.Int32
accountId
holidayId
Type: System..::.Int32
holidayId

See Also