Faces.DayCounter(value, attributesopt)

This face is meant to display a clock that shows days, hours, minutes, and seconds.

Constructor

new DayCounter(value, attributesopt)

Parameters:
Name Type Attributes Description
value FaceValue | object

The Face value. If not an instance of FaceValue, this argument is assumed to be the instance attributes.

attributes object | undefined <optional>

The instance attributes.

Source:

Extends

  • HourCounter

Methods

(static) defineName() → {string}

Define the name of the class.

Source:
Returns:
Type
string