InventTestAssociationTable::checkDateOverlap Method
Checks whether the to and from dates on two InventTestAssociationTable records overlap.
Syntax
client server public static boolean checkDateOverlap(InventTestAssociationTable _inventTestAssociationTableCur, InventTestAssociationTable _inventTestAssociationTableOther)
Run On
Called
Parameters
- _inventTestAssociationTableCur
Type: InventTestAssociationTable Table
The first InventTestAssociationTable record.
- _inventTestAssociationTableOther
Type: InventTestAssociationTable Table
The second InventTestAssociationTable record.
Return Value
Type: boolean
true if dates do not overlap; otherwise, false.