Uses of Class
io.github.palexdev.materialfx.utils.DateTimeUtils.Day
Packages that use DateTimeUtils.Day
-
Uses of DateTimeUtils.Day in io.github.palexdev.materialfx.utils
Methods in io.github.palexdev.materialfx.utils that return DateTimeUtils.DayModifier and TypeMethodDescriptionstatic DateTimeUtils.Day[][]DateTimeUtils.fullDayMonthMatrix(Locale locale, YearMonth yearMonth) Builds a bi-dimensional array ofDateTimeUtils.Days (6 rows x 7 columns) that completely fills the matrix.static DateTimeUtils.Day[][]DateTimeUtils.partialDayMonthMatrix(Locale locale, YearMonth yearMonth) Builds a bi-dimensional array ofDateTimeUtils.Days (6 rows x 7 columns) that contains only the days of the month specified by the givenYearMonth.