OCLOperators inDateRange
No edit summary
No edit summary
Line 1: Line 1:
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]]

Revision as of 06:14, 2 May 2023

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.

This page was edited 98 days ago on 02/10/2024. What links here