# XWUIInputTimeRange

XWUIInputTimeRange Component Time range input (start and end time)..

## Basic Usage

Start and end time fields. The value is a `[start, end]` tuple of `"HH:MM"` strings.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Start + end fields; value is a [start, end] tuple.
```

## Real-World

InputTimeRange in a realistic application context.

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

## 12-Hour With Custom Separator

`format: "12h"` shows AM/PM and `separator` sets the text rendered between the two fields.

```example
file: examples/TwelveHour.ts
html: examples/TwelveHour.html
title: 12-Hour With Custom Separator
description: AM/PM range with an "until" separator.
```

## Seconds Precision

`showSeconds: true` adds a seconds column to both the start and end fields.

```example
file: examples/WithSeconds.ts
html: examples/WithSeconds.html
title: Seconds Precision
description: Range with seconds on both ends.
```

```api
```
