OCLOperators inDateRange
No edit summary
(Updated Edited template to July 12, 2025.)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
Tests if a date falls between two dates.
Tests if a date falls between two dates.


For example:
'''For example:'''
  DateTime.Today.inDateRange( self.AcceptFrom, self.AcceptUntil )
  DateTime.Today.inDateRange( self.AcceptFrom, self.AcceptUntil )
Tests if today is within AcceptFrom and AcceptUntil.
Tests if today is within AcceptFrom and AcceptUntil.
[[Category:OCLOperators]]
[[Category:OCLOperators]]
{{Edited|July|12|2025}}

Latest revision as of 05:57, 20 January 2025

This page was created by Lars.olofsson@mdriven.net on 2021-05-19. Last edited by Edgar on 2025-01-20.

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.