[This is preliminary documentation and is subject to change.]
Get the semi monthly start dates
Namespace:
OfficeClip.BusinessLayerAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
protected static DataTable GetSemiMonthStartDates( DateTime selDate, DateTime payrollStartDate, int numPeriodForward, int numPeriodBackward ) |
| Visual Basic (Declaration) |
|---|
Protected Shared Function GetSemiMonthStartDates ( _ selDate As DateTime, _ payrollStartDate As DateTime, _ numPeriodForward As Integer, _ numPeriodBackward As Integer _ ) As DataTable |
| Visual C++ |
|---|
protected: static DataTable^ GetSemiMonthStartDates( DateTime selDate, DateTime payrollStartDate, int numPeriodForward, int numPeriodBackward ) |
Parameters
- selDate
- Type: System..::.DateTime
The date in question
- payrollStartDate
- Type: System..::.DateTime
The starting date of the payroll
- numPeriodForward
- Type: System..::.Int32
- numPeriodBackward
- Type: System..::.Int32
