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

Get the range of biweekly start dates for timesheet and expense reports

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

Syntax

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

Parameters

selDate
DateTime
The date in question
weekStartDay
DayOfWeek
The starting date of the week
payrollStartDate
DateTime
The payroll start date

Return Value

The datatable containing all the requested dates

See Also