Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class LocalDateTimeSetup(val firstDayOfWeek: DayOfWeek = DayOfWeek.MONDAY, val timezone: TimeZone = TimeZone.currentSystemDefault())
Functions
Link copied to clipboard
Link copied to clipboard
fun LocalDate.calendarWeek(firstDayOfWeek: DayOfWeek = LocalDateTimeSetup.current.firstDayOfWeek): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun LocalDate.Companion.fromCalendarWeek(year: Int, week: Int, day: DayOfWeek, firstDayOfWeek: DayOfWeek = LocalDateTimeSetup.current.firstDayOfWeek): LocalDate
Link copied to clipboard
fun LocalDateTime.Companion.fromMillis(millis: Long, timezone: TimeZone = LocalDateTimeSetup.current.timezone): LocalDateTime
Link copied to clipboard
Link copied to clipboard
fun Icon(icon: IconComposable, contentDescription: String? = null, modifier: Modifier = Modifier, tint: Color = LocalContentColor.current)
Link copied to clipboard
Returns whether the lazy list is currently scrolling up.
Link copied to clipboard
fun LocalDate.minus(duration: Duration, timezone: TimeZone = LocalDateTimeSetup.current.timezone): LocalDate
fun LocalDateTime.minus(duration: Duration, timezone: TimeZone = LocalDateTimeSetup.current.timezone): LocalDateTime
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun LocalDate.plus(duration: Duration, timezone: TimeZone = LocalDateTimeSetup.current.timezone): LocalDate
fun LocalDateTime.plus(duration: Duration, timezone: TimeZone = LocalDateTimeSetup.current.timezone): LocalDateTime
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun LocalDate.startOfWeek(firstDayOfWeek: DayOfWeek = LocalDateTimeSetup.current.firstDayOfWeek): LocalDate
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Painter.toIconComposable(tint: Color = Color.Unspecified, disableTint: Boolean = false): IconComposable
fun ImageVector.toIconComposable(tint: Color = Color.Unspecified, disableTint: Boolean = false): IconComposable
fun DrawableResource.toIconComposable(tint: Color = Color.Unspecified, disableTint: Boolean = false): IconComposable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard