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

Inserts a new holiday for the given accountId

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

Syntax

C#
public void InsertNewHoliday(
	int accountId,
	DateTime date,
	string name,
	string iconPath
)
Visual Basic (Declaration)
Public Sub InsertNewHoliday ( _
	accountId As Integer, _
	date As DateTime, _
	name As String, _
	iconPath As String _
)
Visual C++
public:
void InsertNewHoliday(
	int accountId, 
	DateTime date, 
	String^ name, 
	String^ iconPath
)

Parameters

accountId
Type: System..::.Int32
accountId
date
Type: System..::.DateTime
date of holiday
name
Type: System..::.String
holiday name
iconPath
Type: System..::.String
holiday icon path

See Also