5 lines
99 B
Text
5 lines
99 B
Text
interface HTMLTimeElement : HTMLElement {
|
|
|
|
[Reflect=datetime] attribute DOMString dateTime;
|
|
|
|
}
|