Uses of Class
eu.webtoolkit.jwt.WTime
-
Packages that use WTime Package Description eu.webtoolkit.jwt -
-
Uses of WTime in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WTime Modifier and Type Method Description WTimeWTime. addSecs(int seconds)static WTimeWTime. fromString(java.lang.String text)Parses a string to a time using a default format.static WTimeWTime. fromString(java.lang.String text, java.lang.String format)Parses a string to a time using a specified format.WTimeWTimeEdit. getBottom()Returns the lower limit of the valid time range.WTimeWTimeValidator. getBottom()Returns the lower limit of the valid time range.static WTimeWTime. getCurrentServerTime()Reports the current local server time.static WTimeWTime. getCurrentTime()Reports the current local client time.WTimeWDate. getTime()Gets this date's timeWTimeWTimeEdit. getTime()Returns the time.WTimeWTimeEdit. getTop()Returns the upper limit of the valid time range.WTimeWTimeValidator. getTop()Returns the upper limit of the valid time range.Methods in eu.webtoolkit.jwt with parameters of type WTime Modifier and Type Method Description booleanWTime. after(WTime t)Compares current time to given timebooleanWTime. before(WTime t)Compares current time to given timebooleanWTime. beforeOrEquals(WTime t)Compares current time to given timebooleanWTime. equals(WTime t)Compares current time to given timelongWTime. msecsTo(WTime t)Returns the number of milliseconds until tlongWTime. secsTo(WTime t)Returns the number of seconds until tvoidWTimeEdit. setBottom(WTime bottom)Sets the lower limit of the valid time range.voidWTimeValidator. setBottom(WTime bottom)Sets the lower limit of the valid time range.voidWDate. setTime(WTime time)Sets this date's time by WTime When the new date is invalid, an IllegalArgumentException is thrown.voidWTimeEdit. setTime(WTime time)Sets the time.voidWTimeEdit. setTop(WTime top)Sets the upper limit of the valid time range.voidWTimeValidator. setTop(WTime top)Sets the upper limit of the valid time range.Constructors in eu.webtoolkit.jwt with parameters of type WTime Constructor Description WTimeValidator(java.lang.String format, WTime bottom, WTime top)Creates a newWTimeValidator.
-