获取或设置年份。
int year([int? y]) { if (y != null) { _date = DateTime(y, $M, $D, $h, $m, $s, $ms); } return $y; }