Class HTMLTimeElement

All Implemented Interfaces:
Serializable, 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:
  • Constructor Details

    • HTMLTimeElement

      public HTMLTimeElement()
      Creates an instance.
  • Method Details

    • jsConstructor

      public void jsConstructor()
      JavaScript constructor.
      Overrides:
      jsConstructor in class HTMLElement
    • getDateTime

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

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