HTMLTimeElement
Overview
The HTMLTimeElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <time> elements.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: EventTarget | Node | Element | HTMLElement | HTMLTimeElement
Properties
dateTime
property dateTime: DateTime read write;
DateTime dateTime { get; set; }
var dateTime: DateTime { get{} set{} }
DateTime dateTime { __get; __set; }
Property dateTime() As DateTime