Uses of Class
org.oorexx.datergf.DateTimeRGF

Packages that use DateTimeRGF
Package
Description
 
  • Uses of DateTimeRGF in org.oorexx.datergf

    Methods in org.oorexx.datergf that return DateTimeRGF
    Modifier and Type
    Method
    Description
    DateTimeRGF.add(int days, int millis)
    Adds the number of days to the date field and the number of milliseconds to the time field of this DateTimeRGF object.
    DateTimeRGF.assign(DateTimeRGF otherDateTimeRGF)
    Assigns otherDateTimeRGF to this DateTimeRGF.
    DateTimeRGF.update()
    Updates the DateTimeRGF object to the actual local date and time of the machine.
    DateTimeRGF.valueOf(int epoch, int unsigned_seconds)
    Creates a DateTimeRGF from the unsigned int relative to the given epoch.
    DateTimeRGF.valueOf(int epoch, long millis)
    Creates a DateTimeRGF object from the number of milliseconds since/to the given epoch.
    Methods in org.oorexx.datergf with parameters of type DateTimeRGF
    Modifier and Type
    Method
    Description
    DateTimeRGF.assign(DateTimeRGF otherDateTimeRGF)
    Assigns otherDateTimeRGF to this DateTimeRGF.
    boolean
    DateTimeRGF.equals(DateTimeRGF otherDateTimeRGF)
    Implements the "Comparator.equals(Object obj)" interface.
    int[]
    DateTimeRGF.subtract(DateTimeRGF other)
    Subtracts a DateTimeRGF object from this one.