[This is preliminary documentation and is subject to change.]
            Returns the details of the holiday for the given holidayId
            
    Namespace: 
   OfficeClip.DBLayer.FrameworkAssembly: 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 
