microsecond property
int
get
microsecond
Gets the microsecond of the second (0-999).
Implementation
int get microsecond => _dateTime.microsecond;
Gets the microsecond of the second (0-999).
int get microsecond => _dateTime.microsecond;