Composables
Components Unstyled Icons API
Join Radar
Join Radar Components Unstyled Icons API UI Kit UI Blocks SVG to Compose Android Distribution Community Docs Blog Colors
Composable Functions
  • AndroidLayoutElement
  • CurvedRow
Classes
  • AnchorType
  • CombinedGlanceCurvedModifier
  • CurvedScopeMarker
  • CurvedTextStyle
  • ExperimentalGlanceWearTilesApi
  • GlanceTileService
  • RadialAlignment
  • TimeInterval
  • TimelineMode.TimeBoundEntries
  • WearTilesCompositionResult
Objects
  • TimelineMode.SingleEntry
Interfaces
  • ActionCallback
  • CurvedChildScope
  • CurvedScope
  • GlanceCurvedModifier
  • GlanceCurvedModifier.Element
  • TimelineMode
Properties
  • LocalTimeInterval
Functions
  • actionRunCallback
  • border
  • clickable
  • compose
  • getWearTileState
  • semantics
  • sweepAngleDegrees
  • thickness
  • updateWearTileState
Jetpack Compose / Jetpack Glance / Glance Wear Tiles / Classes / TimeInterval
Class

TimeInterval

View Markdown Open in ChatGPT Open in Claude

TimeInterval class defines a period from start to end

Compose Multiplatform

Compose Multiplatform

Ship iOS, desktop, and web apps with Compose

Ad Go Multiplatform
RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Source set: Android

Deprecated

glance-wear-tiles is deprecated and will be removed

public data class TimeInterval(
    val start: Instant = Instant.ofEpochMilli(0),
    val end: Instant = Instant.ofEpochMilli(Long.MAX_VALUE),
)

TimeInterval class defines a period from start to end

Parameters

start The start time of the time interval
end The end time of the time interval
RadialAlignment ← Previous TimelineMode.TimeBoundEntries Next →

Last updated: 2026-04-23

On this page

Never miss a Jetpack Compose release

Get an alert the moment a new Jetpack Compose release is out: new APIs, new components, new things to experiment with. Straight from Google's servers.

Join 3,000+ Jetpack Compose developers. No spam, ever.