Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #34 from chansen/master
Renamed weekday-of-month to day-of-week-in-month
  • Loading branch information
Carl Mäsak committed Mar 30, 2013
2 parents ea0af47 + 59052ef commit d01495e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S32-setting-library/Temporal.pod
Expand Up @@ -200,8 +200,8 @@ December may be placed in the first week of the next year.
There's a C<day-of-week> method, which returns the day of the week as a
number 1..7, with 1 being Monday and 7 being Sunday.

The C<weekday-of-month> method returns a number 1..5 indicating the
number of times a particular weekday has occurred so far during that
The C<day-of-week-in-month> method returns a number 1..5 indicating the
number of times a particular day-of-week has occurred so far during that
month, the day itself included. For example, June 9, 2003 is the second
Monday of the month, and so this method returns 2 for that day.

Expand Down Expand Up @@ -264,7 +264,7 @@ like their C<DateTime> equivalents:
week-year
week-number
day-of-week
weekday-of-month
day-of-week-in-month
days-in-month
day-of-year
is-leap-year
Expand Down

0 comments on commit d01495e

Please sign in to comment.