OCLOperators inDateRange
(Created page with "Tests if a date falls between to dates. For example; DateTime.Today.inDateRange( self.AcceptFrom, self.AcceptUntil ) Tests if today is within AcceptFrom amd AcceptUntil")
 
(Updated Edited template to July 12, 2025.)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Tests if a date falls between to dates.
<message>Write the content here to display this box</message>
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 amd AcceptUntil
Tests if today is within AcceptFrom and AcceptUntil.
[[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.