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

Gets the number of days in the particular pay period

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

Syntax

C#
public static int GetNumDays(
	DateTime selDate,
	BusinessConstants.BusinessConstants..::TimesheetPeriod tp
)
Visual Basic (Declaration)
Public Shared Function GetNumDays ( _
	selDate As DateTime, _
	tp As BusinessConstants..::TimesheetPeriod _
) As Integer
Visual C++
public:
static int GetNumDays (
	DateTime selDate, 
	BusinessConstants..::TimesheetPeriod tp
)

Parameters

selDate
DateTime
the date from which the pay period needs to be calculated
tp
BusinessConstants..::TimesheetPeriod
The timesheet period

Return Value

See Also