DateRangeCollectionAnd(DateRangeCollection, DateRangeCollection) Method

Logical AND the intersecting dates and times of two Date Range collections.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static DateRangeCollection And(
	DateRangeCollection source1,
	DateRangeCollection source2
)

Parameters

source1  DateRangeCollection
First collection of Date Ranges to be merged.
source2  DateRangeCollection
Second collection of Date Ranges to be merged.

Return Value

DateRangeCollection
New Date Range collection containing Ranges that represent the intersecting dates and times between the caller's collections.

Remarks

If Both Date Ranges include a Tag value, then the tag from left collection is placed in the resulting entry.

See Also