File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ \section{\module{calendar} ---
1212related to the calendar. By default, these calendars have Monday as
1313the first day of the week, and Sunday as the last (the European
1414convention). Use \function {setfirstweekday()} to set the first day of the
15- week to Sunday (6) or to any other weekday.
15+ week to Sunday (6) or to any other weekday. Parameters that specify
16+ dates are given as integers.
1617
1718\begin {funcdesc }{setfirstweekday}{weekday}
1819Sets the weekday (\code {0} is Monday, \code {6} is Sunday) to start
@@ -32,12 +33,12 @@ \section{\module{calendar} ---
3233\end {funcdesc }
3334
3435\begin {funcdesc }{isleap}{year}
35- Returns true if \var {year} is a leap year.
36+ Returns \code {1} if \var {year} is a leap year, otherwise \code {0} .
3637\end {funcdesc }
3738
3839\begin {funcdesc }{leapdays}{y1, y2}
3940Returns the number of leap years in the range
40- [\var {y1}\ldots\var {y2}).
41+ [\var {y1}\ldots\var {y2}), where \var {y1} and \var {y2} are years .
4142\end {funcdesc }
4243
4344\begin {funcdesc }{weekday}{year, month, day}
You can’t perform that action at this time.
0 commit comments