[**@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)
