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

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 to dates.

For example;

DateTime.Today.inDateRange( self.AcceptFrom, self.AcceptUntil )

Tests if today is within AcceptFrom amd AcceptUntil