[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.dll)
Version: 7.3.2.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
DateTime
The selected date of the week for which the information is loaded
weekStartDay
DayOfWeek
The week start day from which the information need to be shown
workWeekString
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