nth_weekday_of_month
The nth given weekday of a month: the 3rd Tuesday, the last Friday. n is 1-based from the start of the month, or negative from the end (-1 is the last). Only days the week counts are considered. If the month has no such day the call fails naming how many there are; it never returns the nearest one instead. Exact; never estimates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | ||
| year | Yes | ||
| month | Yes | ||
| weekday | Yes | ||
| calendar | Yes |