bool isDateEqualByInt(int year, int month, int day) { return this.year == year && this.month == month && this.day == day; }