Fix calendar docs
parent
dc52f177f5
commit
0569f08ea2
|
@ -76,27 +76,27 @@ HELP: day-abbreviation3
|
||||||
} related-words
|
} related-words
|
||||||
|
|
||||||
HELP: average-month
|
HELP: average-month
|
||||||
{ $values { "ratio" ratio } }
|
{ $values { "value" ratio } }
|
||||||
{ $description "The length of an average month averaged over 400 years. Used internally for adding an arbitrary real number of months to a timestamp." } ;
|
{ $description "The length of an average month averaged over 400 years. Used internally for adding an arbitrary real number of months to a timestamp." } ;
|
||||||
|
|
||||||
HELP: months-per-year
|
HELP: months-per-year
|
||||||
{ $values { "integer" integer } }
|
{ $values { "value" integer } }
|
||||||
{ $description "Returns the number of months in a year." } ;
|
{ $description "Returns the number of months in a year." } ;
|
||||||
|
|
||||||
HELP: days-per-year
|
HELP: days-per-year
|
||||||
{ $values { "ratio" ratio } }
|
{ $values { "value" ratio } }
|
||||||
{ $description "Returns the number of days in a year averaged over 400 years. Used internally for adding an arbitrary real number of days to a timestamp." } ;
|
{ $description "Returns the number of days in a year averaged over 400 years. Used internally for adding an arbitrary real number of days to a timestamp." } ;
|
||||||
|
|
||||||
HELP: hours-per-year
|
HELP: hours-per-year
|
||||||
{ $values { "ratio" ratio } }
|
{ $values { "value" ratio } }
|
||||||
{ $description "Returns the number of hours in a year averaged over 400 years. Used internally for adding an arbitrary real number of hours to a timestamp." } ;
|
{ $description "Returns the number of hours in a year averaged over 400 years. Used internally for adding an arbitrary real number of hours to a timestamp." } ;
|
||||||
|
|
||||||
HELP: minutes-per-year
|
HELP: minutes-per-year
|
||||||
{ $values { "ratio" ratio } }
|
{ $values { "value" ratio } }
|
||||||
{ $description "Returns the number of minutes in a year averaged over 400 years. Used internally for adding an arbitrary real number of minutes to a timestamp." } ;
|
{ $description "Returns the number of minutes in a year averaged over 400 years. Used internally for adding an arbitrary real number of minutes to a timestamp." } ;
|
||||||
|
|
||||||
HELP: seconds-per-year
|
HELP: seconds-per-year
|
||||||
{ $values { "integer" integer } }
|
{ $values { "value" integer } }
|
||||||
{ $description "Returns the number of seconds in a year averaged over 400 years. Used internally for adding an arbitrary real number of seconds to a timestamp." } ;
|
{ $description "Returns the number of seconds in a year averaged over 400 years. Used internally for adding an arbitrary real number of seconds to a timestamp." } ;
|
||||||
|
|
||||||
HELP: julian-day-number
|
HELP: julian-day-number
|
||||||
|
|
Loading…
Reference in New Issue