Calendar::isValid()

Calendar::isValid() -- Determine whether this date is valid

Synopsis

require_once 'Calendar.php';

boolean Calendar::isValid ()

Beschreibung

Determine whether this date is valid with the bounds determined by the Calendar_Engine. The call is passed on to Calendar_Validator::isValid

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.