Uses of Class
com.github.mfathi91.time.PersianMonth
-
Uses of PersianMonth in com.github.mfathi91.time
Methods in com.github.mfathi91.time that return PersianMonth Modifier and Type Method Description PersianMonthPersianDate. getMonth()PersianMonthPersianMonth. minus(long months)Returns a month-of-year that ismonthsbefore current month.PersianMonthPersianMonth. plus(long months)Returns a month-of-year that ismonthsafter current month.static PersianMonthPersianMonth. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PersianMonth[]PersianMonth. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.mfathi91.time with parameters of type PersianMonth Modifier and Type Method Description static PersianDatePersianDate. of(int year, PersianMonth month, int dayOfMonth)Obtains an instance ofPersianDatewith year, month and day of month.