Click or drag to resize

DocumentFinderGetCalendarEntries Method

Get list of calendar entries for given period of time.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public CalendarEntry[] GetCalendarEntries(
	DateTime startDate,
	DateTime endDate,
	bool includeEvents
)

Parameters

startDate
Type: SystemDateTime
endDate
Type: SystemDateTime
includeEvents
Type: SystemBoolean

Return Value

Type: CalendarEntry
See Also