Uses of Class
org.duracloud.common.util.CalendarUtil.DAY_OF_WEEK
-
Packages that use CalendarUtil.DAY_OF_WEEK Package Description org.duracloud.common.util -
-
Uses of CalendarUtil.DAY_OF_WEEK in org.duracloud.common.util
Methods in org.duracloud.common.util that return CalendarUtil.DAY_OF_WEEK Modifier and Type Method Description static CalendarUtil.DAY_OF_WEEKCalendarUtil.DAY_OF_WEEK. valueOf(String name)Returns the enum constant of this type with the specified name.static CalendarUtil.DAY_OF_WEEK[]CalendarUtil.DAY_OF_WEEK. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.duracloud.common.util with parameters of type CalendarUtil.DAY_OF_WEEK Modifier and Type Method Description DateCalendarUtil. getDateAtOneAmNext(CalendarUtil.DAY_OF_WEEK day)
-