@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
60 lines (30 loc) • 1.99 kB
Markdown
[**@uplink-protocol/form-controller v0.3.1**](../README.md)
***
[@uplink-protocol/form-controller](../globals.md) / TimeView
# Interface: TimeView
Defined in: [Time/interfaces/time.interfaces.ts:71](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L71)
TimeView - Interface for complete time view
## Properties
### hours
> **hours**: [`TimeSegment`](TimeSegment.md)[]
Defined in: [Time/interfaces/time.interfaces.ts:72](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L72)
***
### milliseconds?
> `optional` **milliseconds**: [`TimeSegment`](TimeSegment.md)[]
Defined in: [Time/interfaces/time.interfaces.ts:75](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L75)
***
### minutes
> **minutes**: [`TimeSegment`](TimeSegment.md)[]
Defined in: [Time/interfaces/time.interfaces.ts:73](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L73)
***
### period
> **period**: [`TimePeriod`](TimePeriod.md) \| `null`
Defined in: [Time/interfaces/time.interfaces.ts:76](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L76)
***
### seconds
> **seconds**: [`TimeSegment`](TimeSegment.md)[]
Defined in: [Time/interfaces/time.interfaces.ts:74](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L74)
***
### use12Hour
> **use12Hour**: `boolean`
Defined in: [Time/interfaces/time.interfaces.ts:77](https://github.com/jmkcoder/uplink-protocol-calendar/blob/4cde26f472352440ee258db7670fce2e95651862/src/Time/interfaces/time.interfaces.ts#L77)