> For the complete documentation index, see [llms.txt](https://shinyongjun.gitbook.io/react-datepicker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinyongjun.gitbook.io/react-datepicker/docs/timestep.md).

# timeStep

* component : \<Datepicker />, \<Rangepicker />
* requird : false
* type : { hour?: number; minute?: number; second?: number; }
* default: { hour: 1, minute: 1, second: 1 }

시간선택기의 간격을 설정합니다.

```tsx
<Datepicker tiemStep={{ hour: 1, minute: 15, second: 10 }} />
```
