diff options
author | julieng <julien.gattelier@gmail.com> | 2021-10-02 17:20:24 +0200 |
---|---|---|
committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-02 17:30:20 +0200 |
commit | 1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde (patch) | |
tree | 30a56efd3eff3a01bd1611e1840fdbbfacf544a4 /files/fr/web/api/geolocationposition/timestamp | |
parent | c05efa8d7ae464235cf83d7c0956e42dc6974103 (diff) | |
download | translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.gz translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.tar.bz2 translated-content-1407c8fdef01ecd0ffb8a8bd46e7113f119b9fde.zip |
convert content to md
Diffstat (limited to 'files/fr/web/api/geolocationposition/timestamp')
-rw-r--r-- | files/fr/web/api/geolocationposition/timestamp/index.md | 48 |
1 files changed, 15 insertions, 33 deletions
diff --git a/files/fr/web/api/geolocationposition/timestamp/index.md b/files/fr/web/api/geolocationposition/timestamp/index.md index 460fb29213..252f00f922 100644 --- a/files/fr/web/api/geolocationposition/timestamp/index.md +++ b/files/fr/web/api/geolocationposition/timestamp/index.md @@ -3,47 +3,29 @@ title: GeolocationPosition.timestamp slug: Web/API/GeolocationPosition/timestamp translation_of: Web/API/GeolocationPosition/timestamp --- -<div>{{securecontext_header}}{{APIRef("Geolocation API")}}</div> +{{securecontext_header}}{{APIRef("Geolocation API")}} -<p>La propriété en lecture seule <code><strong>GeolocationPosition.timestamp</strong></code> retourne un objet {{domxref("DOMTimeStamp")}} représentant la date et l'heure de la création de l'objet {{domxref("GeolocationPosition")}} auquel il appartient. La précision est de l'ordre de la milliseconde.</p> +La propriété en lecture seule **`GeolocationPosition.timestamp`** retourne un objet {{domxref("DOMTimeStamp")}} représentant la date et l'heure de la création de l'objet {{domxref("GeolocationPosition")}} auquel il appartient. La précision est de l'ordre de la milliseconde. -<h2 id="Syntaxe">Syntaxe</h2> +## Syntaxe -<pre>var timestamp = geolocationPositionInstance.timestamp -</pre> + var timestamp = geolocationPositionInstance.timestamp -<h3 id="Valeur">Valeur</h3> +### Valeur -<p>Un objet {{domxref("DOMTimeStamp")}}.</p> +Un objet {{domxref("DOMTimeStamp")}}. -<h2 id="Spécification">Spécification</h2> +## Spécification -<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('Geolocation', '#dom-geolocationposition-timestamp', 'GeolocationPosition.timestamp')}}</td> - <td>{{Spec2('Geolocation')}}</td> - <td>Définition initiale.</td> - </tr> - </tbody> -</table> +| Spécification | Statut | Commentaire | +| ------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------- | -------------------- | +| {{SpecName('Geolocation', '#dom-geolocationposition-timestamp', 'GeolocationPosition.timestamp')}} | {{Spec2('Geolocation')}} | Définition initiale. | -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> +## Compatibilité des navigateurs +{{Compat("api.GeolocationPosition.timestamp")}} +## Voir aussi -<p>{{Compat("api.GeolocationPosition.timestamp")}}</p> - -<h2 id="Voir_aussi">Voir aussi</h2> - -<ul> - <li><a href="/fr/docs/Web/API/Geolocation_API/Using">Utiliser l'API de Geolocation</a></li> - <li>{{domxref("GeolocationPosition")}}</li> -</ul> +- [Utiliser l'API de Geolocation](/fr/docs/Web/API/Geolocation_API/Using) +- {{domxref("GeolocationPosition")}} |