setFractionalSecond method

void setFractionalSecond(
  1. int x
)

Implementation

void setFractionalSecond(int x) {
  fractionalSecond = x;
}