[This is preliminary documentation and is subject to change.]
            Returns list of holidays for the given accountId and countryId 
            
    Namespace: 
   OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public DataSet GetHolidayListForAccountId( int accountId, int year, int countryId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetHolidayListForAccountId ( _ accountId As Integer, _ year As Integer, _ countryId As Integer _ ) As DataSet  | 
| Visual C++ | 
|---|
public: DataSet^ GetHolidayListForAccountId( int accountId, int year, int countryId )  | 
Parameters
- accountId
 - Type: System..::.Int32
accountId 
- year
 - Type: System..::.Int32
year 
- countryId
 - Type: System..::.Int32
countryId 
