hashCode operator
non-null
@override int get hashCode { return year.hashCode ^ month.hashCode ^ day.hashCode; }