DateRangeCollectionAnd(DateRangeCollection, DateRangeCollection) Method
Logical AND the intersecting dates and times of two Date Range
collections.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static DateRangeCollection And(
DateRangeCollection source1,
DateRangeCollection source2
)
Public Shared Function And (
source1 As DateRangeCollection,
source2 As DateRangeCollection
) As DateRangeCollection
No code example is currently available or this language may not be supported.
- source1 DateRangeCollection
-
First collection of Date Ranges to be merged.
- source2 DateRangeCollection
-
Second collection of Date Ranges to be merged.
DateRangeCollection
New Date Range collection containing Ranges that represent the
intersecting dates and times between the caller's collections.
If Both Date Ranges include a Tag value, then the tag from left
collection is placed in the resulting entry.