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