|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Time | |
| com.marringtons.time | This is a package containing Date and Time methods to make it easier to deal with the 4th dimension from within a computer program. |
| com.marringtons.util | Every library requires a catch-all packages for classes that cannot be easily grouped elsewhere - and here it is - caches, maps, semaphores, sessions, threads and much more. |
| Uses of Time in com.marringtons.time |
| Methods in com.marringtons.time that return Time | |
Time |
Date.timeOfDay()
Retrieve time of day for this date. |
static Time |
Time.now()
A convenience method for the default constructor to make code more readable. |
Time |
Time.until(Time to)
Calculate the time between 2 other times over a period of 24 hours or less. |
Time |
Time.plus(Time addition)
Calculate the time created by adding 2 times. |
| Methods in com.marringtons.time with parameters of type Time | |
Date |
Date.add(Time interval)
Add a time interval (days, hour, minutes, seconds) to the current date. |
Date |
Date.next(Time tod)
Sets Date object to the next time of day that matches the time object provided. |
Time |
Time.until(Time to)
Calculate the time between 2 other times over a period of 24 hours or less. |
Time |
Time.plus(Time addition)
Calculate the time created by adding 2 times. |
| Uses of Time in com.marringtons.util |
| Methods in com.marringtons.util with parameters of type Time | |
static void |
Idle.until(IdleInterface process,
Time tod)
Processes use this singleton entry point to register low priority processes to be called once while the system is idling - but after a specified time of day. |
static void |
Idle.afterInterval(IdleInterface process,
Time interval)
Processes use this singleton entry point to register low priority processes to be called once while the system is idling - but after a specified time of day. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||