Uses of Class
org.oorexx.datergf.DateRGF
Packages that use DateRGF
-
Uses of DateRGF in org.oorexx.datergf
Fields in org.oorexx.datergf declared as DateRGFMethods in org.oorexx.datergf that return DateRGFModifier and TypeMethodDescriptionDateRGF.add(int numOfDays) Adds the number of days to this DateRGF.Assigns all DateRGF fields of otherDateRGF to this DateRGF.static DateRGFDateRGF.easter(int year, int flag) Calculate the Julian (Orthodox) or Gregorian (Western) Easter Sunday for the given year.static DateRGFCalculate Easter Sunday for the year of the date.static DateRGFDateRGF.fromJulianDate(int julianDate) Renders a Julian date into a DateRGF.static DateRGFDateRGF.getDefaultEpochDate()Returns a clone (copy) of the presently defined epoch DateRGF.static DateRGFDateRGF.getGregorianChange()Returns a clone of the DateRGF object which is set to the first date of the Gregorian calendar.static DateRGFDetermines into which calendar a Julian day number of the Julian period falls into (Julian calendar or Gregorian calendar) and calls the appropriate method to set the date accordingly.static DateRGFSets the date belonging to the Julian calendar or Graegorian calendar according to the given Julian day number of the Julian period.DateRGF.set(int flag, int number) Allows to set this DateRGF object to a specific date.DateRGF.set(int year, int month, int day) Set all three DateRGF fields at once.static DateRGFDateRGF.setDefaultEpochDate(int value) Sets the DateRGF which presently serves as the epoch.static DateRGFDateRGF.setGivenWeekday(int weekdays, DateRGF date) From a given DateRGF calculate the previous or next date, which falls on one of the given weekdays.static DateRGFDateRGF.setGregorianChange(int year, int month, int day) Allows to set the date on which the usage of the Gregorian calendar starts.DateRGF.update()This method sets the DateRGF object to the actual local date of the system.static DateRGFDateRGF.valueOf(int flag, int daysToAdd) Creates a DateRGF object by adding days to the given DateRGF (which may be an epoch date indicated by the appropriate constant).static DateRGFCreate a DateRGF object from a string containing a DateRGF encoded according to the present setting ofdateOrder.Methods in org.oorexx.datergf with parameters of type DateRGFModifier and TypeMethodDescriptionAssigns all DateRGF fields of otherDateRGF to this DateRGF.static intDetermines into which calendar a date falls into and calls the appropriate method to calculate the respective Julian day number of the Julian period.static intDateRGF.daysInMonth(DateRGF date) Determines the number of days for the date's month.static intCalculates the day of week (DOW).static intCalculates the ordinal value of the day of week (DOW), which is relative toweekStart.static DateRGFCalculate Easter Sunday for the year of the date.booleanstatic booleanDateRGF.isLeapYear(DateRGF date) Determines whether the given DateRGF is a leap year.static intDetermines into which week of the year the given DateRGF falls into using ISO rules.static DateRGFDetermines into which calendar a Julian day number of the Julian period falls into (Julian calendar or Gregorian calendar) and calls the appropriate method to set the date accordingly.static DateRGFSets the date belonging to the Julian calendar or Graegorian calendar according to the given Julian day number of the Julian period.static DateRGFDateRGF.setGivenWeekday(int weekdays, DateRGF date) From a given DateRGF calculate the previous or next date, which falls on one of the given weekdays.intCalculates the differences (in number of days) between two DateRGFs.static intDateRGF.toJulianDate(DateRGF date) Renders the DateRGF into a Julian date.Constructors in org.oorexx.datergf with parameters of type DateRGFModifierConstructorDescriptionDateTimeRGF(DateRGF date, TimeRGF time) Creates a DateTimeRGF object set to the argumentsdateandtime.