Uses of Class
eu.webtoolkit.jwt.WTime
Packages that use WTime
-
Uses of WTime in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WTimeModifier and TypeMethodDescriptionWTime.addSecs(int seconds) static WTimeWTime.fromString(String text) Parses a string to a time using a default format.static WTimeWTime.fromString(String text, String format) Parses a string to a time using a specified format.WTimeEdit.getBottom()Returns the lower limit of the valid time range.WTimeValidator.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.WDate.getTime()Gets this date's timeWTimeEdit.getTime()Returns the time.WTimeEdit.getTop()Returns the upper limit of the valid time range.WTimeValidator.getTop()Returns the upper limit of the valid time range.Methods in eu.webtoolkit.jwt with parameters of type WTimeModifier and TypeMethodDescriptionbooleanCompares current time to given timebooleanCompares current time to given timebooleanWTime.beforeOrEquals(WTime t) Compares current time to given timebooleanCompares current time to given timelongReturns the number of milliseconds until tlongReturns the number of seconds until tvoidSets the lower limit of the valid time range.voidSets the lower limit of the valid time range.voidSets this date's time by WTime When the new date is invalid, an IllegalArgumentException is thrown.voidSets the time.voidSets the upper limit of the valid time range.voidSets the upper limit of the valid time range.Constructors in eu.webtoolkit.jwt with parameters of type WTimeModifierConstructorDescriptionWTimeValidator(String format, WTime bottom, WTime top) Creates a newWTimeValidator.