Uses of Class
org.smallmind.nutsnbolts.time.Day
-
Packages that use Day Package Description org.smallmind.nutsnbolts.time -
-
Uses of Day in org.smallmind.nutsnbolts.time
Methods in org.smallmind.nutsnbolts.time that return Day Modifier and Type Method Description static DayCalendarUtility. getDay(int dayOfWeek)static DayDay. valueOf(String name)Returns the enum constant of this type with the specified name.static Day[]Day. values()Returns an array containing the constants of this enum type, in the order they are declared.
-