@uplink-protocol/calendar-controller
Version:
Flexible calendar and time picker API supporting both calendar, date-picker, and time-picker integrations for any JavaScript framework or library
28 lines (14 loc) • 902 B
Markdown
[**@uplink-protocol/form-controller v0.3.1**](../README.md)
***
[@uplink-protocol/form-controller](../globals.md) / YearRange
# Interface: YearRange
Defined in: [Date/interfaces/calendar.interfaces.ts:83](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Date/interfaces/calendar.interfaces.ts#L83)
YearRange - Interface for year range
## Properties
### endYear
> **endYear**: `number`
Defined in: [Date/interfaces/calendar.interfaces.ts:85](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Date/interfaces/calendar.interfaces.ts#L85)
***
### startYear
> **startYear**: `number`
Defined in: [Date/interfaces/calendar.interfaces.ts:84](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Date/interfaces/calendar.interfaces.ts#L84)