blob: 6f9e56304834887c63709f828cded9d76e7a373a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
---
title: DOMTimeStamp
slug: Web/API/DOMTimeStamp
tags:
- API
- DOM
- Référence DOM
translation_of: Web/API/DOMTimeStamp
---
<p>{{APIRef("DOM")}}</p>
<p>Le type <code>DOMTimeStamp</code> représente une quantité de millisecondes, exprimées de manière absolue ou relative, en fonction de la spécification dans laquelle il apparaît.</p>
<h2 id="Specification">Spécification</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Spécification</th>
<th scope="col">Statut</th>
<th scope="col">Commentaire</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName("WebIDL", "#common-DOMTimeStamp", "DOMTimeStamp")}}</td>
<td>{{Spec2("WebIDL")}}</td>
<td>Initial specification</td>
</tr>
</tbody>
</table>
|