commonMain.epicarchitect.calendar.compose.pager.state.Defaults.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of epic-calendar-compose Show documentation
Show all versions of epic-calendar-compose Show documentation
Compose Multiplatform library for displaying epic calendars
The newest version!
package epicarchitect.calendar.compose.pager.state
import epicarchitect.calendar.compose.basis.EpicMonth
import kotlinx.datetime.Month
fun defaultEpicCalendarPagerMonthRange() =
EpicMonth(1900, Month.JANUARY)..EpicMonth(2100, Month.DECEMBER)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy