+
Note 7
A "leap year" is a year that contains more days than other years (for solar or lunar calendars) or more months than other years (for lunisolar calendars like Hebrew or Chinese).
Some calendars, especially lunisolar ones, have further variation in year length that is not represented in the output of this operation (e.g., the Hebrew calendar includes common years with 353, 354, or 355 days and leap years with 383, 384, or 385 days).
diff --git a/spec.emu b/spec.emu
index 645aebf..c71ff3f 100644
--- a/spec.emu
+++ b/spec.emu
@@ -1008,7 +1008,12 @@ contributors: Google, Ecma International
[[DaysInWeek]] |
a positive integer |
- The number of days in the date's week. |
+
+ The number of days in the primary notion of week used by the calendar. For all calendars currently supported by this specification, this number is 7.
+
+ Some calendars have alternate cyclic notions that are similar to the 7-day week; many of them have multiple (like the Javanese calendar). This specification does not cover such calendars but can be extended to do so in the future.
+
+ |
[[DaysInMonth]] |