microseconds property

int microseconds

The number of whole microseconds spanned by the absolute component of this RelativeDuration.

Implementation

int get microseconds {
  return _microseconds;
}