<div class='sourceset sourceset-android'>Android</div>

> **Deprecated** glance-wear-tiles is deprecated and will be removed

```kotlin
public class TimeBoundEntries(public val timeIntervals: Set<TimeInterval>) : TimelineMode
```

The [GlanceTileService](/jetpack-compose/androidx.glance/glance-wear-tiles/classes/GlanceTileService) provides a UI for a fixed set of time intervals

#### Parameters

| | |
| --- | --- |
| timeIntervals | Used to build the list of time intervals, the list must not be empty. |