获取或设置毫秒。 接受0到999的数字。如果超过这个范围,将持续到秒。
int millisecond([int? ms]) { if (ms != null) { _date = DateTime($y, $M, $D, $h, $m, $s, ms); } return $ms; }