bool has_entries
| If this is false, you probably don't want to display this month.
|
int month
| The number of the month
|
Date next_date
| Date of next month, with day of zero, or null if none.
|
string next_url
| A url to link to in order to view the next month. (Read-only)
|
Date prev_date
| Date of previous month, with day of zero, or null if none.
|
string prev_url
| A url to link to in order to view the previous month. (Read-only)
|
string url
| A url to link to in order to view this month. (Read-only)
|
YearWeek[] weeks
| An array of the weeks of the month (for ease of building a row-per-week calendar)
|
int year
| The number of the year
|