Uses of Class
com.redwood.scheduler.api.exception.DateTimeConstantOutOfBoundsException
-
Packages that use DateTimeConstantOutOfBoundsException Package Description com.redwood.scheduler.api.date Scheduler API - Dates and Periods -
-
Uses of DateTimeConstantOutOfBoundsException in com.redwood.scheduler.api.date
Methods in com.redwood.scheduler.api.date that throw DateTimeConstantOutOfBoundsException Modifier and Type Method Description static DayOfWeek
DateTimeZone. calendarDayAsDayOfWeek(int calendarWeekday)
Converts Calendar representation of a weekday (Sunday = 1) to aDayOfWeek
static String
DateTimeZone. weekdayJavaToEnglish(int weekdayInJava)
Spells out a DateTimeZone/Calendar weekday.static int
DateTimeZone. weekdayJavaToOracle(int weekdayInJava)
Deprecated.This class now uses the java.time framework, which uses Monday-starting weeks; use calendarDayAsDayOfWeek(weekdayInJava).value() insteadstatic int
DateTimeZone. weekdayOracleToJava(int weekdayInOracle)
Deprecated.This class now uses the java.time framework, which uses Monday-starting weeks; use DayOfWeek.of(weekdayInOracle) instead
-