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")
 
No edit summary
Line 4: Line 4:
  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 amd AcceptUntil
[[Category:OCLOperators]]

Revision as of 12:40, 7 December 2022

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

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