viewtify.ui.calendar
Calendars
Calendars
()
calculateMark
(LocalDate
date
, ConsumerMark
process
)
void
LocalDate
date
, ConsumerMark
process
)LocalDate date |
|
Consumer process |
Calculate the marked day.
calculateEvents
(LocalDate
date
, IntConsumer
process
)
void
LocalDate
date
, IntConsumer
process
)LocalDate date |
|
IntConsumer process |
Calculate the event size on the specified day.
calculateStartingMonthDay
(LocalDate
date
)
LocalDate
LocalDate
date
)LocalDate date |
|
LocalDate |
Calculate the starting day.
calculateStartingWeekDay
(LocalDate
date
)
LocalDate
LocalDate
date
)LocalDate date |
|
LocalDate |
Calculate the starting day.
calculateDoW
(int
index
)
DayOfWeek
int
index
)int index |
|
DayOfWeek |
isAcceptable
(LocalTime
time
)
boolean
LocalTime
time
)LocalTime time |
|
boolean |
Test whethrer the given time is acceptable or not.
formatYearMonthDay
(Locale
locale
)
DateTimeFormatter
Locale
locale
)Locale locale |
A target locale. |
DateTimeFormatter |
Create the localized DateTimeFormatter
.
formatYearMonth
(Locale
locale
)
DateTimeFormatter
Locale
locale
)Locale locale |
A target locale. |
DateTimeFormatter |
Create the localized DateTimeFormatter
.
formatYear
(Locale
locale
)
DateTimeFormatter
Locale
locale
)Locale locale |
A target locale. |
DateTimeFormatter |
Create the localized DateTimeFormatter
.