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 String
DateTimeZone. weekdayJavaToEnglish(int weekdayInJava)
Spells out a DateTimeZone/Calendar weekdaystatic int
DateTimeZone. weekdayJavaToOracle(int weekdayInJava)
Converts Java representation of a weekday (Sunday = 1, ..) to Oracle (Monday = 1)static int
DateTimeZone. weekdayOracleToJava(int weekdayInOracle)
Converts Oracle representation of a weekday (Monday = 1, .., Sunday = 7) to Java (Sunday = 1, .., Saturday = 7)
-