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

Get the calendar date time after loading the weekly view. Only information related to the date and time are loaded

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

Syntax

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

Parameters

selDate
Type: System..::.DateTime
The selected date of the week for which the information is loaded
weekStartDay
Type: System..::.DayOfWeek
The week start day from which the information need to be shown
workWeekString
Type: System..::.String
String that determines the work week

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