• Skip to main content
  • Skip to search
  • Skip to select language
MDN Web Docs
  • References
    • Overview / Web Technology

      Web technology reference for developers

    • HTML

      Structure of content on the web

    • CSS

      Code used to describe document style

    • JavaScript

      General-purpose scripting language

    • HTTP

      Protocol for transmitting web resources

    • Web APIs

      Interfaces for building web applications

    • Web Extensions

      Developing extensions for web browsers

    • Accessibility

      Build web projects usable for all

    • Web Technology

      Web technology reference for developers

  • Learn
    • Overview / MDN Learning Area

      Learn web development

    • MDN Learning Area

      Learn web development

    • HTML

      Learn to structure web content with HTML

    • CSS

      Learn to style content using CSS

    • JavaScript

      Learn to run scripts in the browser

    • Accessibility

      Learn to make the web accessible to all

  • Plus
    • Overview

      A customized MDN experience

    • AI Help

      Get real-time assistance and support

    • Updates

      All browser compatibility updates at a glance

    • Documentation

      Learn how to use MDN Plus

    • FAQ

      Frequently asked questions about MDN Plus

  • Curriculum New
  • Blog
    • Playground

      Write, test and share your code

    • HTTP Observatory

      Scan a website for free

    • AI Help

      Get real-time assistance and support

  • Log in
  • Sign up for free
  1. Webtechnologie für Entwickler
  2. JavaScript
  3. JavaScript-Referenz
  4. Standardmäßige eingebaute Objekte
  5. Temporal
  6. Temporal.PlainDate
  7. Temporal.PlainDate.prototype.daysInWeek
    • English (US)

Experiment: Dieser Inhalt wurde automatisch aus dem Englischen übersetzt, und kann Fehler enthalten.

In diesem Artikel

  • Beispiele
  • Spezifikationen
  • Browser-Kompatibilität
  • Siehe auch
  1. Standardmäßige eingebaute Objekte
  2. Temporal.PlainDate Experimentell
  3. Konstruktor
    1. Temporal.PlainDate() Experimentell
  4. Statische Methoden
    1. Temporal.PlainDate.compare() Experimentell
    2. Temporal.PlainDate.from() Experimentell
  5. Instanzmethoden
    1. Temporal.PlainDate.prototype.add() Experimentell
    2. Temporal.PlainDate.prototype.equals() Experimentell
    3. Temporal.PlainDate.prototype.since() Experimentell
    4. Temporal.PlainDate.prototype.subtract() Experimentell
    5. Temporal.PlainDate.prototype.toJSON() Experimentell
    6. Temporal.PlainDate.prototype.toLocaleString() Experimentell
    7. Temporal.PlainDate.prototype.toPlainDateTime() Experimentell
    8. Temporal.PlainDate.prototype.toPlainMonthDay() Experimentell
    9. Temporal.PlainDate.prototype.toPlainYearMonth() Experimentell
    10. Temporal.PlainDate.prototype.toString() Experimentell
    11. Temporal.PlainDate.prototype.toZonedDateTime() Experimentell
    12. Temporal.PlainDate.prototype.until() Experimentell
    13. Temporal.PlainDate.prototype.valueOf() Experimentell
    14. Temporal.PlainDate.prototype.with() Experimentell
    15. Temporal.PlainDate.prototype.withCalendar() Experimentell
  6. Instanzeigenschaften
    1. Temporal.PlainDate.prototype.calendarId Experimentell
    2. Temporal.PlainDate.prototype.day Experimentell
    3. Temporal.PlainDate.prototype.dayOfWeek Experimentell
    4. Temporal.PlainDate.prototype.dayOfYear Experimentell
    5. Temporal.PlainDate.prototype.daysInMonth Experimentell
    6. Temporal.PlainDate.prototype.daysInWeek Experimentell
    7. Temporal.PlainDate.prototype.daysInYear Experimentell
    8. Temporal.PlainDate.prototype.era Experimentell
    9. Temporal.PlainDate.prototype.eraYear Experimentell
    10. Temporal.PlainDate.prototype.inLeapYear Experimentell
    11. Temporal.PlainDate.prototype.month Experimentell
    12. Temporal.PlainDate.prototype.monthCode Experimentell
    13. Temporal.PlainDate.prototype.monthsInYear Experimentell
    14. Temporal.PlainDate.prototype.weekOfYear Experimentell
    15. Temporal.PlainDate.prototype.year Experimentell
    16. Temporal.PlainDate.prototype.yearOfWeek Experimentell
  7. Vererbung
  8. Object/Function
  9. Statische Methoden
    1. Function.prototype.apply()
    2. Function.prototype.bind()
    3. Function.prototype.call()
    4. Function.prototype.toString()
    5. Function.prototype[Symbol.hasInstance]()
  10. Statische Eigenschaften
    1. Function: displayName Nicht standardisiert
    2. Funktion: length
    3. Function: name
    4. Funktion: prototype
    5. Function.prototype.arguments Nicht standardisiert Veraltet
    6. Function.prototype.caller Nicht standardisiert Veraltet
  11. Instanzmethoden
    1. Object.prototype.__defineGetter__() Veraltet
    2. Object.prototype.__defineSetter__() Veraltet
    3. Object.prototype.__lookupGetter__() Veraltet
    4. Object.prototype.__lookupSetter__() Veraltet
    5. Object.prototype.hasOwnProperty()
    6. Object.prototype.isPrototypeOf()
    7. Object.prototype.propertyIsEnumerable()