[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)
Version: 8.1.1.0

Syntax

C#
public static int GetNumDays(
	DateTime selDate,
	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
Type: System..::.DateTime
the date from which the pay period needs to be calculated
tp
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.TimesheetPeriod
The timesheet period

Return Value

See Also