检测当前 Date 对象是一个有效的 DateTime
// bool isValid() { // return _date is DateTime; // } static bool isDayDart(Object d) { return d is DayDart; }