DateRangeCollectionMask(DateRangeCollection, DateRangeCollection) Method
Mask off Date Ranges in the caller's Reference Collection, using
intersecting Dates and Times found in the Mask Collection.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static DateRangeCollection Mask(
DateRangeCollection reference,
DateRangeCollection mask
)
Public Shared Function Mask (
reference As DateRangeCollection,
mask As DateRangeCollection
) As DateRangeCollection
No code example is currently available or this language may not be supported.
- reference DateRangeCollection
-
Reference collection containing valid Date Ranges.
- mask DateRangeCollection
-
Mask collection containing Date Ranges to mask out of the reference
collection.
DateRangeCollection
New Date Range collection containing reference Ranges with mask
applied.
If Both Date Ranges include a Tag value, then the tag from reference
collection is placed in the resulting entry.