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

Returns the details of the holiday for the given holidayId

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

Syntax

C#
public DataSet GetHolidayFromId(
	int holidayId
)
Visual Basic (Declaration)
Public Function GetHolidayFromId ( _
	holidayId As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetHolidayFromId(
	int holidayId
)

Parameters

holidayId
Type: System..::.Int32
holidayId

Return Value

See Also