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

Return the month start dates in the datatable

Namespace: OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer.dll)
Version: 7.3.2.0

Syntax

C#
protected static DataTable GetMonthStartDates(
	DateTime selDate,
	DateTime payrollStartDate
)
Visual Basic (Declaration)
Protected Shared Function GetMonthStartDates ( _
	selDate As DateTime, _
	payrollStartDate As DateTime _
) As DataTable
Visual C++
protected:
static DataTable^ GetMonthStartDates (
	DateTime selDate, 
	DateTime payrollStartDate
)

Parameters

selDate
DateTime
The reference date, usually it is the current date
payrollStartDate
DateTime
the date when the payroll starts

Return Value

The datatable containing the dates

See Also