The HTMLTimeElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <time> elements.
Inherits properties from its parent, HTMLElement.
HTMLTimeElement.dateTimeA string that reflects the datetime HTML attribute, containing a machine-readable form of the element's date and time value.
No specific method; inherits methods from its parent, HTMLElement.
<time>.