Uses of Class
com.twelvemonkeys.util.Time
-
Packages that use Time Package Description com.twelvemonkeys.util -
-
Uses of Time in com.twelvemonkeys.util
Methods in com.twelvemonkeys.util that return Time Modifier and Type Method Description Time
TimeFormat. parse(java.lang.String pStr)
Parses a Time, according to this format.static Time
Time. parseTime(java.lang.String pStr)
Deprecated.Methods in com.twelvemonkeys.util with parameters of type Time Modifier and Type Method Description java.lang.String
TimeFormat. format(Time pTime)
Formats the the given time, using this format.
-