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

Gets the periodic view for timesheet and expense reports

Namespace:  OfficeClip.BusinessLayer
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static DataTable GetPeriodicView(
	DateTime selDate,
	BusinessConstants..::.TimesheetPeriod tp
)
Visual Basic (Declaration)
Public Shared Function GetPeriodicView ( _
	selDate As DateTime, _
	tp As BusinessConstants..::.TimesheetPeriod _
) As DataTable
Visual C++
public:
static DataTable^ GetPeriodicView(
	DateTime selDate, 
	BusinessConstants..::.TimesheetPeriod tp
)

Parameters

selDate
Type: System..::.DateTime
The selected start date
tp
Type: OfficeClip.BusinessLayer..::.BusinessConstants..::.TimesheetPeriod
The time period, this could be weekly, biweekly, semimonthly or monthly

Return Value

The datatable returns the following values Dt - The date in question, Desc1 - the day in question, Desc2 - The month in question, Hr - 0 (fixed value)

See Also