> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v6/enums/calendarunit.md).

# CalendarUnit

## Index

### Enumeration members

* [Day](/polymesh-sdk-api-reference/docs-v6/enums/calendarunit.md#day)
* [Hour](/polymesh-sdk-api-reference/docs-v6/enums/calendarunit.md#hour)
* [Minute](/polymesh-sdk-api-reference/docs-v6/enums/calendarunit.md#minute)
* [Month](/polymesh-sdk-api-reference/docs-v6/enums/calendarunit.md#month)
* [Second](/polymesh-sdk-api-reference/docs-v6/enums/calendarunit.md#second)
* [Week](/polymesh-sdk-api-reference/docs-v6/enums/calendarunit.md#week)
* [Year](/polymesh-sdk-api-reference/docs-v6/enums/calendarunit.md#year)

## Enumeration members

### Day

• **Day**: = "day"

*Defined in* [*src/types/index.ts:937*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L937)

### Hour

• **Hour**: = "hour"

*Defined in* [*src/types/index.ts:936*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L936)

### Minute

• **Minute**: = "minute"

*Defined in* [*src/types/index.ts:935*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L935)

### Month

• **Month**: = "month"

*Defined in* [*src/types/index.ts:939*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L939)

### Second

• **Second**: = "second"

*Defined in* [*src/types/index.ts:934*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L934)

### Week

• **Week**: = "week"

*Defined in* [*src/types/index.ts:938*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L938)

### Year

• **Year**: = "year"

*Defined in* [*src/types/index.ts:940*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L940)
