Wall clock and Timeline
Let's divide Date's object methods into 2 categories:
Wall clock type:
* .getWallClockLabels() family: .getFullYear(), .getMonth(), .getDate(), .getHours(), .getMinutes(), .getSeconds(), .getMiliseconds(), .getDay().
* .setWallClockLabels() family: .setFullYear(), .setMonth(), .setDate(), .setHours(), .setMinutes(), .setSeconds(), .setMiliseconds(), .setDay().
* Wall clock constructor: new Date(year, month, date, hour, minutes, seconds, miliseconds)
Timeline point