DateRangeItemFit(DateRangeItem, DateTime) Method
Return a value indicating whether the specified time is within the
target Date Range.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static RangePartEnum Fit(
DateRangeItem target,
DateTime test
)
Public Shared Function Fit (
target As DateRangeItem,
test As DateTime
) As RangePartEnum
No code example is currently available or this language may not be supported.
- target DateRangeItem
-
Target Date Range.
- test DateTime
-
The Date and Time to test.
RangePartEnum
If the Date Fits within the target range, then RangePartEnum.All.
Otherwise, RangePartEnum.None.