Skip to content

Commit

Permalink
Add day keys for week numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanreyes committed Mar 13, 2021
1 parent a77de04 commit ddac4be
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/api/v2.0/day-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,26 @@ pageClass: docs-page

**Type:** Number

**Description:** Week number form the start of the month (1 - 6).
**Description:** Week number from the start of the month (1 - 6).

### `weekFromEnd`

**Type:** Number

**Description:** Week number from the end of the month (1 - 6).

### `weeknumber`

**Type:** Number

**Description:** Week number of the year (usually 1 - 52).

### `isoWeeknumber`

**Type:** Number

**Description:** ISO year week number of the year (usually 1 - 52).

### `month`

**Type:** Number
Expand Down

0 comments on commit ddac4be

Please sign in to comment.