toggle menu
backpack-android
androidJvm
switch theme
search in API
backpack-common
/
net.skyscanner.backpack.calendar2
/
CalendarSelection
/
Month
Month
@
Immutable
data
class
Month
(
val
month
:
YearMonth
,
val
start
:
LocalDate
=
month.firstDay()
,
val
end
:
LocalDate
=
month.lastDay()
)
:
CalendarSelection.Range
A whole
month
is selected.
Members
Constructors
Month
Link copied to clipboard
constructor
(
month
:
YearMonth
,
start
:
LocalDate
=
month.firstDay()
,
end
:
LocalDate
=
month.lastDay()
)
Properties
end
Link copied to clipboard
open
override
val
end
:
LocalDate
month
Link copied to clipboard
val
month
:
YearMonth
start
Link copied to clipboard
open
override
val
start
:
LocalDate
Functions
contains
Link copied to clipboard
open
operator override
fun
contains
(
date
:
LocalDate
)
:
Boolean
Check whether selection contains the date