Class HTMLTimeElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

    public class HTMLTimeElement
    extends HTMLElement
    The JavaScript object HTMLTimeElement.
    See Also:
    Serialized Form
    • Constructor Detail

      • HTMLTimeElement

        public HTMLTimeElement()
        Creates an instance.
    • Method Detail

      • getDateTime

        public java.lang.String getDateTime()
        Returns the dateTime.
        Returns:
        the dateTime
      • setDateTime

        public void setDateTime​(java.lang.String dateTime)
        Sets the dateTime.
        Parameters:
        dateTime - the dateTime