From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- .../api/geolocationposition/timestamp/index.html | 49 ---------------------- .../web/api/geolocationposition/timestamp/index.md | 49 ++++++++++++++++++++++ 2 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 files/fr/web/api/geolocationposition/timestamp/index.html create mode 100644 files/fr/web/api/geolocationposition/timestamp/index.md (limited to 'files/fr/web/api/geolocationposition/timestamp') diff --git a/files/fr/web/api/geolocationposition/timestamp/index.html b/files/fr/web/api/geolocationposition/timestamp/index.html deleted file mode 100644 index 460fb29213..0000000000 --- a/files/fr/web/api/geolocationposition/timestamp/index.html +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: GeolocationPosition.timestamp -slug: Web/API/GeolocationPosition/timestamp -translation_of: Web/API/GeolocationPosition/timestamp ---- -
{{securecontext_header}}{{APIRef("Geolocation API")}}
- -

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.

- -

Syntaxe

- -
var timestamp = geolocationPositionInstance.timestamp
-
- -

Valeur

- -

Un objet {{domxref("DOMTimeStamp")}}.

- -

Spécification

- - - - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName('Geolocation', '#dom-geolocationposition-timestamp', 'GeolocationPosition.timestamp')}}{{Spec2('Geolocation')}}Définition initiale.
- -

Compatibilité des navigateurs

- - - -

{{Compat("api.GeolocationPosition.timestamp")}}

- -

Voir aussi

- - diff --git a/files/fr/web/api/geolocationposition/timestamp/index.md b/files/fr/web/api/geolocationposition/timestamp/index.md new file mode 100644 index 0000000000..460fb29213 --- /dev/null +++ b/files/fr/web/api/geolocationposition/timestamp/index.md @@ -0,0 +1,49 @@ +--- +title: GeolocationPosition.timestamp +slug: Web/API/GeolocationPosition/timestamp +translation_of: Web/API/GeolocationPosition/timestamp +--- +
{{securecontext_header}}{{APIRef("Geolocation API")}}
+ +

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.

+ +

Syntaxe

+ +
var timestamp = geolocationPositionInstance.timestamp
+
+ +

Valeur

+ +

Un objet {{domxref("DOMTimeStamp")}}.

+ +

Spécification

+ + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName('Geolocation', '#dom-geolocationposition-timestamp', 'GeolocationPosition.timestamp')}}{{Spec2('Geolocation')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ + + +

{{Compat("api.GeolocationPosition.timestamp")}}

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf