PdsMRCDocument::checkDateOverlap Method
Compares the two documents to ensure that there is not date overlaps between the two.
Syntax
client server public static boolean checkDateOverlap(PdsMRCDocument _curDoc, PdsMRCDocument _checkAgainstDoc)
Run On
Called
Parameters
- _curDoc
Type: PdsMRCDocument Table
The current document to compare.
- _checkAgainstDoc
Type: PdsMRCDocument Table
The document to compare the current document to.
Return Value
Type: boolean
false if there is a date overlap; otherwise, true.