DateRangeItemAndFit Method
Return a value indicating the type of fit the two specified Date Ranges
will yield if logically ANDed together.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static RangePartEnum AndFit(
DateRangeItem date1,
DateRangeItem date2
)
Public Shared Function AndFit (
date1 As DateRangeItem,
date2 As DateRangeItem
) As RangePartEnum
No code example is currently available or this language may not be supported.
- date1 DateRangeItem
-
First operand.
- date2 DateRangeItem
-
Second operand.
RangePartEnum
If the two Date Ranges had at least some time in common, then
RangePartEnum.All or RangePartEnum.Part. Otherwise, RangePartEnum.None.