DateRangeItemNand Method

Return the logical NAND result of the two specified Date Ranges.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static DateRangeItem[] Nand(
	DateRangeItem date1,
	DateRangeItem date2
)

Parameters

date1  DateRangeItem
First operand.
date2  DateRangeItem
Second operand.

Return Value

DateRangeItem
If the two Date Ranges had at least some time not in common, then the specified time not common between them, specified as a new Date Range object. Otherwise, zero length array.

See Also