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 WTime
WTime.fromString
(String text) Parses a string to a time using a default format.static WTime
WTime.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 WTime
WTime.getCurrentServerTime()
Reports the current local server time.static WTime
WTime.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 TypeMethodDescriptionboolean
Compares current time to given timeboolean
Compares current time to given timeboolean
WTime.beforeOrEquals
(WTime t) Compares current time to given timeboolean
Compares current time to given timelong
Returns the number of milliseconds until tlong
Returns the number of seconds until tvoid
Sets the lower limit of the valid time range.void
Sets the lower limit of the valid time range.void
Sets this date's time by WTime When the new date is invalid, an IllegalArgumentException is thrown.void
Sets the time.void
Sets the upper limit of the valid time range.void
Sets 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
.