EphemerisCalendarState

abstract class EphemerisCalendarState

The base class representing the Composable calendar state

Constructors

Link copied to clipboard
fun EphemerisCalendarState()

Functions

Link copied to clipboard
abstract suspend fun animateScrollToDate(date: LocalDate)

Animates scrolling the calendar view to the page containing the given date.

Link copied to clipboard
abstract suspend fun scrollToDate(date: LocalDate)

Scroll the calendar view to the page containing the given date.

Properties

Link copied to clipboard
abstract val displayedDateRange: ClosedRange<LocalDate>

The currently displayed range of dates in the calendar view.

Sources

Link copied to clipboard