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

Returns the periodic view on a datatable

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

Syntax

C#
protected static DataTable GetPeriodicView(
	DateTime selDate,
	int numDays
)
Visual Basic (Declaration)
Protected Shared Function GetPeriodicView ( _
	selDate As DateTime, _
	numDays As Integer _
) As DataTable
Visual C++
protected:
static DataTable^ GetPeriodicView (
	DateTime selDate, 
	int numDays
)

Parameters

selDate
DateTime
The selected date
numDays
Int32
Number of days

Return Value

Te periodic view

See Also