|
Rony G. Flatscher (c) 2001 (r), Date/Time simple manipulations, arithmetics, formatting, v0.9.2 (beta), 2001-04-07 (Java) | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DateTimeRGF in datergf |
Methods in datergf that return DateTimeRGF | |
DateTimeRGF |
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 |
DateTimeRGF.assign(DateTimeRGF otherDateTimeRGF)
Assigns otherDateTimeRGF to this DateTimeRGF. |
static DateTimeRGF |
DateTimeRGF.valueOf(int epoch,
long millis)
Creates a DateTimeRGF object from the number of milliseconds since/to the given epoch. |
static DateTimeRGF |
DateTimeRGF.valueOf(int epoch,
int unsigned_seconds)
Creates a DateTimeRGF from the unsigned int relative to the given epoch. |
DateTimeRGF |
DateTimeRGF.update()
Updates the DateTimeRGF object to the actual local date and time of the machine. |
Methods in datergf with parameters of type DateTimeRGF | |
private static java.lang.String |
DateFormatRGF.dateval(java.lang.String key,
DateTimeRGF dt)
Returns a string, formatted according to the received key. |
int[] |
DateTimeRGF.subtract(DateTimeRGF other)
Subtracts a DateTimeRGF object from this one. |
DateTimeRGF |
DateTimeRGF.assign(DateTimeRGF otherDateTimeRGF)
Assigns otherDateTimeRGF to this DateTimeRGF. |
boolean |
DateTimeRGF.equals(DateTimeRGF otherDateTimeRGF)
Implements the "Comparator.equals(Object obj)" interface. |
|
Rony G. Flatscher (c) 2001 (r), Date/Time simple manipulations, arithmetics, formatting, v0.9.2 (beta), 2001-04-07 (Java) | ||||||||
PREV NEXT | FRAMES NO FRAMES |