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 DayOfWeekDateTimeZone. calendarDayAsDayOfWeek(int calendarWeekday)Converts Calendar representation of a weekday (Sunday = 1) to aDayOfWeekstatic StringDateTimeZone. weekdayJavaToEnglish(int weekdayInJava)Spells out a DateTimeZone/Calendar weekday.static intDateTimeZone. weekdayJavaToOracle(int weekdayInJava)Deprecated.This class now uses the java.time framework, which uses Monday-starting weeks; use calendarDayAsDayOfWeek(weekdayInJava).value() insteadstatic intDateTimeZone. weekdayOracleToJava(int weekdayInOracle)Deprecated.This class now uses the java.time framework, which uses Monday-starting weeks; use DayOfWeek.of(weekdayInOracle) instead
-