Uses of Class
org.oorexx.datergf.TimeRGF
Packages that use TimeRGF
-
Uses of TimeRGF in org.oorexx.datergf
Fields in org.oorexx.datergf declared as TimeRGFMethods in org.oorexx.datergf that return TimeRGFModifier and TypeMethodDescriptionAssigns other TimeRGF to this TimeRGF.TimeRGF.set(int flag, int new_value) Allows to set the indicated time portion.TimeRGF.update()This method sets the TimeRGF object to to the actual local time of the system.static TimeRGFTimeRGF.valueOf(float fraction) Creates a TimeRGF object from a fraction of a day.static TimeRGFTimeRGF.valueOf(int flag, int intTimeRGF) Creates a TimeRGF object from an integer, representing the time.static TimeRGFCreate a TimeRGF object from a string containing a TimeRGF encoded exactly according to the present setting of the fields:timeSeparator,is24Hourandam_pm_string.Methods in org.oorexx.datergf with parameters of type TimeRGFModifier and TypeMethodDescriptionAssigns other TimeRGF to this TimeRGF.booleanImplements the "Comparator.equals(Object obj)" interface.floatSubtracts otherTimeRGF and returns the difference as a fraction.Constructors in org.oorexx.datergf with parameters of type TimeRGFModifierConstructorDescriptionDateTimeRGF(DateRGF date, TimeRGF time) Creates a DateTimeRGF object set to the argumentsdateandtime.