[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)
Version: 8.1.1.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
Type: System..::.DateTime
The selected date
weekStartDay
Type: System..::.DayOfWeek
The start of the weekday

Return Value

The weekly view in a datatable

See Also