|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Date | |
| 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 Date in com.marringtons.time |
| Methods in com.marringtons.time that return Date | |
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. |
Date |
Date.add(int years,
int months,
int days)
Add a number of years, months and days to a date. |
Date |
Date.subtract(int years,
int months,
int days)
Remove a term in years, months and days from a date to get a starting date. |
| Methods in com.marringtons.time with parameters of type Date | |
Date.YMD |
Date.getTerm(Date to)
Calculate the difference between 2 days and return it as a term in years, months and days. |
| Constructors in com.marringtons.time with parameters of type Date | |
Date(Date like)
Copy constructor. |
|
| Uses of Date in com.marringtons.util |
| Fields in com.marringtons.util declared as Date | |
Date |
Session.PersistentData.timeStamp
Time of last update so old sessions can be removed. |
| Methods in com.marringtons.util with parameters of type Date | |
static void |
Idle.until(IdleInterface process,
Date date)
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 | ||||||||||