• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
B2G OS
  1. MDN
  2. Archive of obsolete content
  3. B2G OS
  4. B2G OS APIs
  5. Window (Firefox OS extensions)
  6. Window.onmoztimechange

Window.onmoztimechange

In This Article
  1. Summary
  2. Syntax
  3. Specifications
  4. See also

Non-standard
This feature is not on a current W3C standards track, but it is supported on the Firefox OS platform. Although implementations may change in the future and it is not supported widely across browsers, it is suitable for use in code dedicated to Firefox OS apps.

This API is available on Firefox OS for internal applications only.

Summary

An event handler for the moztimechange events sent to the window.

Syntax

window.onmoztimechange = funcRef;

Where funcRef is a reference to a function.

Specifications

Not part of any specification.

See also

  • moztimechange
  • MozTimeManager
  • Time and Clock

Document Tags and Contributors

Tags: 
  • API
  • B2G
  • DOM
  • DOM Reference
  • Firefox OS
  • Non-standard
  • Property
  • Reference
  • Référence
  • Time
  • WebAPI
 Contributors to this page: chrisdavidmills, teoli, fscholz, jsx, kscarfone, libreGeekingKid, Jeremie
 Last updated by: chrisdavidmills, Feb 27, 2017, 2:09:23 AM
See also
  1. Archive