aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/moztimemanager/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/moztimemanager/index.html')
-rw-r--r--files/ja/web/api/moztimemanager/index.html44
1 files changed, 0 insertions, 44 deletions
diff --git a/files/ja/web/api/moztimemanager/index.html b/files/ja/web/api/moztimemanager/index.html
deleted file mode 100644
index f841b18ed8..0000000000
--- a/files/ja/web/api/moztimemanager/index.html
+++ /dev/null
@@ -1,44 +0,0 @@
----
-title: MozTimeManager
-slug: Web/API/MozTimeManager
-tags:
- - B2G
- - Firefox OS
- - Non-standard
- - Time
- - WebAPI
-translation_of: Archive/B2G_OS/API/MozTimeManager
----
-<div>{{APIRef("Firefox OS")}} {{non-standard_header}} {{B2GOnlyHeader2('certified')}}</div>
-
-<h2 id="概要">概要</h2>
-
-<p><code>MozTimeManager</code> インタフェースはデバイスのシステム時間の設定に用います。</p>
-
-<h2 id="Syntax" name="Syntax">インタフェースの概要</h2>
-
-<pre class="syntaxbox">interface MozTimeManager
-{
- void set((double or Date) time);
-}</pre>
-
-<h2 id="API" name="API">プロパティ</h2>
-
-<p>無し</p>
-
-<h2 id="メソッド">メソッド</h2>
-
-<dl>
- <dt>{{domxref("MozTimeManager.set()")}}</dt>
- <dd>システム時間を設定する</dd>
-</dl>
-
-<h2 id="仕様">仕様</h2>
-
-<p>標準仕様書には含まれていません。</p>
-
-<h2 id="See_also" name="See_also">関連情報</h2>
-
-<ul>
- <li><a href="https://github.com/mozilla-b2g/gaia/blob/master/apps/settings/js/date_time.js">Gaia date/time code in the setting app</a></li>
-</ul>