Skip to content

cDateStrategyDailyFixed::IsBetweenLimits()

Rainer Stötter edited this page May 9, 2017 · 14 revisions

Method IsBetweenLimits( )

 protected   boolean libdatephp\cDateStrategy::IsBetweenLimits($dt)

The method IsBetweenLimits( ) returns true, when the cDate $dt is greater or equal the starting date and $dt is less or equal the ending date

Arguments

  • $dt mixed - <p>cDate the date, which should be checked, whether it is in the calculated period of time.</p>

Returns

boolean true, if an underflow or an overflow happemed

See also

Clone this wiki locally