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

Returns the weekly view for a week

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

Syntax

C#
public static DataTable GetWeeklyView(
	DateTime selDate,
	DayOfWeek weekStartDay
)
Visual Basic (Declaration)
Public Shared Function GetWeeklyView ( _
	selDate As DateTime, _
	weekStartDay As DayOfWeek _
) As DataTable
Visual C++
public:
static DataTable^ GetWeeklyView (
	DateTime selDate, 
	DayOfWeek weekStartDay
)

Parameters

selDate
DateTime
The selected date
weekStartDay
DayOfWeek
The start of the weekday

Return Value

The weekly view in a datatable

See Also