DateTime.isValid

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool isValid(int fieldName, int value)
  2. bool isValid(int year, int month, int day)
    class DateTime
    bool
    isValid
    (
    int year
    ,
    int month
    ,
    int day
    )
  3. int day;
  4. int month;
  5. int year;
  6. int hours;
  7. int minutes;
  8. int seconds;

Meta