OCLOperators inDateRange
From MDrivenWiki
Tests if a date falls between two dates.
For example:
DateTime.Today.inDateRange( self.AcceptFrom, self.AcceptUntil )
Tests if today is within AcceptFrom and AcceptUntil.
Tests if a date falls between two dates.
For example:
DateTime.Today.inDateRange( self.AcceptFrom, self.AcceptUntil )
Tests if today is within AcceptFrom and AcceptUntil.