Uses of Class
com.jk.core.time.JKTimeObject
Packages that use JKTimeObject
-
Uses of JKTimeObject in com.jk.core.time
Methods in com.jk.core.time that return JKTimeObjectModifier and TypeMethodDescriptionJKTimeObject.toTimeObject
(Date date, Date time) This method creates a newJKTimeObject
instance based on the provided date and time.Methods in com.jk.core.time with parameters of type JKTimeObjectModifier and TypeMethodDescriptionboolean
JKTimeObject.after
(JKTimeObject thareTime) This method checks if this time is after anotherJKTimeObject
instance.boolean
JKTimeObject.before
(JKTimeObject thareTime) This method checks if this time is before anotherJKTimeObject
instance. -
Uses of JKTimeObject in com.jk.core.util
Methods in com.jk.core.util that return JKTimeObjectModifier and TypeMethodDescriptionstatic JKTimeObject
JKDateTimeUtil.getCurrntTime()
This method retrieves the current time as aJKTimeObject
.