[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,
	DateTime selEndDate
)
Visual Basic (Declaration)
Public Shared Function GetPeriodicView ( _
	selDate As DateTime, _
	selEndDate As DateTime _
) As DataTable
Visual C++
public:
static DataTable^ GetPeriodicView(
	DateTime selDate, 
	DateTime selEndDate
)

Parameters

selDate
Type: System..::.DateTime
The selected start date
selEndDate
Type: System..::.DateTime
The selected end date

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