Uses of Class
com.mckoi.util.TimeFrame
-
Packages that use TimeFrame Package Description com.mckoi.jfccontrols JFC classes to access a Mckoi database from a Swing application.com.mckoi.util Miscellaneous utility classes. -
-
Uses of TimeFrame in com.mckoi.jfccontrols
Methods in com.mckoi.jfccontrols with parameters of type TimeFrame Modifier and Type Method Description void
Query. setTimeFrame(int para_index, TimeFrame val)
-
Uses of TimeFrame in com.mckoi.util
Methods in com.mckoi.util that return TimeFrame Modifier and Type Method Description static TimeFrame
TimeFrame. parse(java.lang.String str)
Parses the given String and returns a TimeFrame object that represents the date.
-