FreeBusyCollectionAdd(DateRangeItem) Method

Add the specified date range into the target collection as well as possible, returning a new free/busy item containing the part of the range that could be used.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public FreeBusyItem Add(
	DateRangeItem dateRange
)

Parameters

dateRange  DateRangeItem
Reference to the date range to insert.

Return Value

FreeBusyItem
Reference to the new free/busy connector portion of the date range that was able to fit within the collection, if available. Otherwise, null.

See Also