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 newJKTimeObjectinstance based on the provided date and time.Methods in com.jk.core.time with parameters of type JKTimeObjectModifier and TypeMethodDescriptionbooleanJKTimeObject.after(JKTimeObject thareTime) This method checks if this time is after anotherJKTimeObjectinstance.booleanJKTimeObject.before(JKTimeObject thareTime) This method checks if this time is before anotherJKTimeObjectinstance. -
Uses of JKTimeObject in com.jk.core.util
Methods in com.jk.core.util that return JKTimeObjectModifier and TypeMethodDescriptionstatic JKTimeObjectJKDateTimeUtil.getCurrntTime()This method retrieves the current time as aJKTimeObject.