DateRangeCollectionAnd(DateRangeCollection) Method

Logical AND the intersecting Dates and Times of the members of a collection to produce a single common value.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static DateRangeItem And(
	DateRangeCollection source
)

Parameters

source  DateRangeCollection
Collection of Date Ranges to be merged to a single common Range.

Return Value

DateRangeItem
Date Range representing the common Date and Time Range for all members of the collection. If some members did not have common ranges, then a null value is returned.

See Also