Uses of Class
de.mhus.lib.core.util.BigDate
-
Packages that use BigDate Package Description de.mhus.lib.core.util -
-
Uses of BigDate in de.mhus.lib.core.util
Methods in de.mhus.lib.core.util that return BigDate Modifier and Type Method Description static BigDateBigDate. localToday()Returns a BigDate object initialised to today's local date.static BigDateBigDate. today(TimeZone timeZone)Returns a BigDate object initialised to the date right now in the given timezone.static BigDateBigDate. UTCToday()Returns a BigDate object initialised to today's UTC (Greenwich GMT) date, in other words that date the people in Greenwich England think it is right now.Methods in de.mhus.lib.core.util with parameters of type BigDate Modifier and Type Method Description static int[]BigDate. age(BigDate birthDate, BigDate asof)calculate the age in years, months and days.Constructors in de.mhus.lib.core.util with parameters of type BigDate Constructor Description BigDate(BigDate b)Copy constructor
-