millisecond property

int millisecond

The millisecond [0...999].

Implementation

int get millisecond {
  return _date.millisecond;
}