Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks for date overlap with MCROrderEventSetup table records.
Syntax
public boolean checkDateOverlap(MCROrderEventSetup _curOES, MCROrderEventSetup _checkAgainstOES)
Run On
Called
Parameters
- _curOES
Type: MCROrderEventSetup Table
The MCROrderEventSetup table record to check for date overlap.
- _checkAgainstOES
Type: MCROrderEventSetup Table
The MCROrderEventSetup table record to check against for date overlap.
Return Value
Type: boolean
true if there is no date overlap; otherwise, false.