diff options
Diffstat (limited to 'files/uk/web/javascript/reference/global_objects/date/getutcseconds/index.html')
| -rw-r--r-- | files/uk/web/javascript/reference/global_objects/date/getutcseconds/index.html | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/files/uk/web/javascript/reference/global_objects/date/getutcseconds/index.html b/files/uk/web/javascript/reference/global_objects/date/getutcseconds/index.html deleted file mode 100644 index 04f184043f..0000000000 --- a/files/uk/web/javascript/reference/global_objects/date/getutcseconds/index.html +++ /dev/null @@ -1,61 +0,0 @@ ---- -title: Date.prototype.getUTCSeconds() -slug: Web/JavaScript/Reference/Global_Objects/Date/getUTCSeconds -tags: - - Date - - JavaScript - - Method - - Prototype - - Дата - - Довідка -translation_of: Web/JavaScript/Reference/Global_Objects/Date/getUTCSeconds ---- -<div>{{JSRef}}</div> - -<p>Метод <strong><code>getUTCSeconds()</code></strong> повертає секунди на зазначену дату відповідно до всесвітнього часу.</p> - -<p>{{EmbedInteractiveExample("pages/js/date-getutcseconds.html", "shorter")}}</p> - -<h2 id="Синтаксис">Синтаксис</h2> - -<pre class="syntaxbox notranslate"><code><var>dateObj</var>.getUTCSeconds()</code></pre> - -<h3 id="Вертає">Вертає</h3> - -<p>Ціле число, між 0 та 59, яке позначає секунди на зазначену дату відповідно до всесвітнього часу.</p> - -<h2 id="Приклади">Приклади</h2> - -<h3 id="Використання_getUTCSeconds">Використання <code>getUTCSeconds()</code></h3> - -<p>Наведений код призначає секундну частину поточної дати змінній <code>seconds</code>:</p> - -<pre class="brush: js notranslate">var today = new Date(); -var seconds = today.getUTCSeconds(); -</pre> - -<h2 id="Специфікації">Специфікації</h2> - -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Специфікація</th> - </tr> - <tr> - <td>{{SpecName('ESDraft', '#sec-date.prototype.getutcseconds', 'Date.prototype.getUTCSeconds')}}</td> - </tr> - </tbody> -</table> - -<h2 id="Підтримка_веб-переглядачами">Підтримка веб-переглядачами</h2> - -<div class="hidden">Таблиця сумісності на цій сторінці створена зі структурованих даних. Якщо ви хочете долучитися до розробки цих даних, пропонуйте нам свої pull request до репозиторію <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</div> - -<p>{{Compat("javascript.builtins.Date.getUTCSeconds")}}</p> - -<h2 id="Див._також">Див. також</h2> - -<ul> - <li>{{jsxref("Date.prototype.getSeconds()")}}</li> - <li>{{jsxref("Date.prototype.setUTCSeconds()")}}</li> -</ul> |
