> For the complete documentation index, see [llms.txt](https://docs.craft.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.craft.co/company-data-api/graphql-objects/time-frame.md).

# Time Frame

### Arguments

| Field | Type  | Description                                                           |
| ----- | ----- | --------------------------------------------------------------------- |
| from  | Date! | The start day of the time frame, ISO 8601 formatted, e.g `2020-06-09` |
| to    | Date! | The end day of the time frame, ISO 8601 formatted, e.g `2020-07-09`   |
