> 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-v9/interfaces/calendarperiod.md).

# CalendarPeriod

Represents a period of time measured in a specific unit (i.e. 20 days)

## Hierarchy

* **CalendarPeriod**

## Index

### Properties

* [amount](/polymesh-sdk-api-reference/docs-v9/interfaces/calendarperiod.md#amount)
* [unit](/polymesh-sdk-api-reference/docs-v9/interfaces/calendarperiod.md#unit)

## Properties

### amount

• **amount**: *number*

*Defined in* [*src/types/index.ts:1030*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L1030)

### unit

• **unit**: [*CalendarUnit*](/polymesh-sdk-api-reference/docs-v9/enums/calendarunit.md)

*Defined in* [*src/types/index.ts:1029*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L1029)
