|
20080913, rgf | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TimeRGF | |
| org.oorexx.datergf | |
| Uses of TimeRGF in org.oorexx.datergf |
| Fields in org.oorexx.datergf declared as TimeRGF | |
TimeRGF |
DateTimeRGF.time
TimeRGF field to store the time portion. |
| Methods in org.oorexx.datergf that return TimeRGF | |
static TimeRGF |
TimeRGF.valueOf(float fraction)
Creates a TimeRGF object from a fraction of a day. |
static TimeRGF |
TimeRGF.valueOf(int flag,
int intTimeRGF)
Creates a TimeRGF object from an integer, representing the time. |
static TimeRGF |
TimeRGF.valueOf(java.lang.String value)
Create a TimeRGF object from a string containing a TimeRGF encoded exactly according to the present setting of the fields: timeSeparator,
is24Hour and
am_pm_string. |
TimeRGF |
TimeRGF.assign(TimeRGF other)
Assigns other TimeRGF to this TimeRGF. |
TimeRGF |
TimeRGF.set(int flag,
int new_value)
Allows to set the indicated time portion. |
TimeRGF |
TimeRGF.update()
This method sets the TimeRGF object to to the actual local time of the system. |
| Methods in org.oorexx.datergf with parameters of type TimeRGF | |
TimeRGF |
TimeRGF.assign(TimeRGF other)
Assigns other TimeRGF to this TimeRGF. |
boolean |
TimeRGF.equals(TimeRGF otherTimeRGF)
Implements the "Comparator.equals(Object obj)" interface. |
float |
TimeRGF.subtract(TimeRGF otherTimeRGF)
Subtracts otherTimeRGF and returns the difference as a fraction. |
| Constructors in org.oorexx.datergf with parameters of type TimeRGF | |
DateTimeRGF(DateRGF date,
TimeRGF time)
Creates a DateTimeRGF object set to the arguments date and
time. |
|
|
20080913, rgf | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||