setMillisecond property

void setMillisecond=(int? value)

Implementation

set setMillisecond(int? value) {
  _millisecond = value;
}