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

Returns the datatable after loading the calendar daily view. Only time related information is loaded.

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

Syntax

C#
public static DataTable GetDailyView(
	DateTime startDateTime,
	DateTime endDateTime
)
Visual Basic (Declaration)
Public Shared Function GetDailyView ( _
	startDateTime As DateTime, _
	endDateTime As DateTime _
) As DataTable
Visual C++
public:
static DataTable^ GetDailyView (
	DateTime startDateTime, 
	DateTime endDateTime
)

Parameters

startDateTime
DateTime
The date and time for the start of the day.
endDateTime
DateTime
The date and time for the end of the day.

Return Value

The datatable having a unique id column and a description column showing the time of the day.

See Also