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

Updates 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 UpdateHolidayWithId(
	int holidayId,
	DateTime date,
	string name,
	string iconPath
)
Visual Basic (Declaration)
Public Sub UpdateHolidayWithId ( _
	holidayId As Integer, _
	date As DateTime, _
	name As String, _
	iconPath As String _
)
Visual C++
public:
void UpdateHolidayWithId(
	int holidayId, 
	DateTime date, 
	String^ name, 
	String^ iconPath
)

Parameters

holidayId
Type: System..::.Int32
holidayId
date
Type: System..::.DateTime
date of holiday
name
Type: System..::.String
holiday Name
iconPath
Type: System..::.String
holiday icon Path

See Also