com.Ostermiller.util Java Utilities


Uses of Class
com.Ostermiller.util.YearExtensionAround

Uses of YearExtensionAround in com.Ostermiller.util
 

Fields in com.Ostermiller.util declared as YearExtensionAround
static YearExtensionAround YearExtensionAround.CENTURY_1900
          Extend a two digit year to a year in the 1900s 00 to 1900 01 to 1901 49 to 1949 50 to 1950 99 to 1999
static YearExtensionAround YearExtensionAround.CENTURY_2000
          Extend a two digit year to a year in the 2000s 00 to 2000 01 to 2001 49 to 2049 50 to 2050 99 to 2099
static YearExtensionAround YearExtensionAround.LATEST
          Extend a two digit year to the nearest year that ends in those two digits.
static YearExtensionAround YearExtensionAround.NEAREST
          Extend a two digit year to the nearest year that ends in those two digits.
 

Methods in com.Ostermiller.util that return YearExtensionAround
static YearExtensionAround YearExtensionAround.getLatest(int currentYear)
          Extend a two digit year to the nearest year that ends in those two digits.
static YearExtensionAround YearExtensionAround.getNearest(int currentYear)
          Extend a two digit year to the nearest year that ends in those two digits.
 


com.Ostermiller.util Java Utilities


Copyright © 2001-2012 by Stephen Ostermiller