DateRangeCollectionAnd(DateRangeCollection) Method
Logical AND the intersecting Dates and Times of the members of a
collection to produce a single common value.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static DateRangeItem And(
DateRangeCollection source
)
Public Shared Function And (
source As DateRangeCollection
) As DateRangeItem
No code example is currently available or this language may not be supported.
- source DateRangeCollection
-
Collection of Date Ranges to be merged to a single common Range.
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.