Represents this Time as microseconds.
int get inMicroseconds => _inMicroseconds ??= Microsecond.from(hour, minute, second, millisecond, microsecond);