microsecond property

int microsecond

The microsecond [0...999].

Implementation

int get microsecond {
  return _date.microsecond;
}