setToCurrentTime method

void setToCurrentTime()

Set the value of the gauge without labels to the current time as a unix timestamp.

Implementation

void setToCurrentTime() {
  _noLabelChild.setToCurrentTime();
}