setMicrosecond property

void setMicrosecond= (int value)

Implementation

set setMicrosecond(int value) {
  _microsecond = value;
}