Module MaterialFX

Class DateTimeUtils.Day

java.lang.Object
io.github.palexdev.materialfx.utils.DateTimeUtils.Day
Enclosing class:
DateTimeUtils

public static class DateTimeUtils.Day extends Object
Simple bean to wrap info about a day of a month such as:

- the referring YearMonth

- the DayOfWeek

- the day number in the month

  • Method Details

    • getYearMonth

      public YearMonth getYearMonth()
    • getDayOfWeek

      public DayOfWeek getDayOfWeek()
    • getMonthDay

      public int getMonthDay()