# XWUIInputTimePicker

XWUIInputTimePicker Component XWUIInputPicker using XWUIInputTime on activation..

## Basic Usage

Click the field to open the clock picker. The value is a 24-hour `"HH:MM"` string.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Click to open the clock picker; value is "HH:MM".
```

## Real-World

InputTimePicker in a realistic application context.

```example
file: examples/RealWorld.ts
html: examples/RealWorld.html
title: Real-World
description: InputTimePicker in a realistic application context.
```

## 12-Hour Format

`format: "12h"` renders an AM/PM clock - a `"16:45"` value displays as 4:45 PM.

```example
file: examples/TwelveHour.ts
html: examples/TwelveHour.html
title: 12-Hour Format
description: AM/PM clock picker.
```

## Seconds Precision

`showSeconds: true` adds a seconds column for timestamps that need finer detail.

```example
file: examples/WithSeconds.ts
html: examples/WithSeconds.html
title: Seconds Precision
description: Time picker with a seconds column.
```

```api
```
