DateRangeCollectionMask(DateRangeCollection, DateRangeItem) 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,
DateRangeItem mask
)
Public Shared Function Mask (
reference As DateRangeCollection,
mask As DateRangeItem
) As DateRangeCollection
No code example is currently available or this language may not be supported.
- reference DateRangeCollection
-
Reference collection containing valid Date Ranges.
- mask DateRangeItem
-
Mask containing a Date Range 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.