@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
44 lines (22 loc) • 1.38 kB
Markdown
[**@uplink-protocol/form-controller v0.3.1**](../README.md)
***
[@uplink-protocol/form-controller](../globals.md) / TimePeriod
# Interface: TimePeriod
Defined in: [Time/interfaces/time.interfaces.ts:61](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L61)
TimePeriod - Interface for AM/PM periods
## Properties
### display
> **display**: `string`
Defined in: [Time/interfaces/time.interfaces.ts:63](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L63)
***
### isDisabled
> **isDisabled**: `boolean`
Defined in: [Time/interfaces/time.interfaces.ts:65](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L65)
***
### isSelected
> **isSelected**: `boolean`
Defined in: [Time/interfaces/time.interfaces.ts:64](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L64)
***
### value
> **value**: `"AM"` \| `"PM"`
Defined in: [Time/interfaces/time.interfaces.ts:62](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L62)