HTMLTimeElement constructor

HTMLTimeElement()

Creates an HTMLTimeElement using the tag 'time'.

Implementation

HTMLTimeElement() : _ = document.createElement('time');