now method

String now()

Will run an update and then return the string representation of this timecode.

Implementation

String now() {
  update();
  return toString();
}