@microsoft/fast-foundation > Calendar > getDays
Calendar.getDays() method
A list of calendar days
Signature:getDays(info?: CalendarInfo, minWeeks?: number): CalendarDateInfo[][];
Parameters
| Parameter | Type | Description |
|---|---|---|
| info | CalendarInfo | an object containing the information needed to render a calendar month |
| minWeeks | number | minimum number of weeks to show |
CalendarDateInfo[][]
a list of days in a calendar month