Package | Description |
---|---|
org.oorexx.datergf |
Modifier and Type | Field and Description |
---|---|
TimeRGF |
DateTimeRGF.time
TimeRGF field to store the time portion.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 . |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
DateTimeRGF(DateRGF date,
TimeRGF time)
Creates a DateTimeRGF object set to the arguments
date and
time . |