millis property

int get millis

Implementation

int get millis {
  return _millisDouble.truncate();
}