millscript
Class DateTools

java.lang.Object
  extended by millscript.DateTools

public final class DateTools
extends java.lang.Object


Constructor Summary
DateTools()
           
 
Method Summary
static int currentDay()
           
static int currentMonth()
           
static int currentTime()
           
static int currentYear()
           
static int getDay(java.lang.Integer seconds)
           
static int getMonth(java.lang.Integer seconds)
           
static int getNext(int day, int field)
           
static int getNextFridayDay()
           
static java.lang.String getNextFridayMonth()
           
static int getNextFridayYear()
           
static int getNextSundayDay()
           
static java.lang.String getNextSundayMonth()
           
static int getNextSundayYear()
           
static int getThis(int day, int field)
           
static int getThisFridayDay()
           
static java.lang.String getThisFridayMonth()
           
static int getThisFridayYear()
           
static int getThisSundayDay()
           
static java.lang.String getThisSundayMonth()
           
static int getThisSundayYear()
           
static int getYear(java.lang.Integer seconds)
           
static java.lang.String shortMonth(int month)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTools

public DateTools()
Method Detail

currentYear

public static int currentYear()

currentMonth

public static int currentMonth()

currentDay

public static int currentDay()

currentTime

public static int currentTime()

getYear

public static int getYear(java.lang.Integer seconds)

getMonth

public static int getMonth(java.lang.Integer seconds)

getDay

public static int getDay(java.lang.Integer seconds)

shortMonth

public static java.lang.String shortMonth(int month)

getThis

public static int getThis(int day,
                          int field)

getNext

public static int getNext(int day,
                          int field)

getThisFridayDay

public static int getThisFridayDay()

getThisFridayMonth

public static java.lang.String getThisFridayMonth()

getThisFridayYear

public static int getThisFridayYear()

getThisSundayDay

public static int getThisSundayDay()

getThisSundayYear

public static int getThisSundayYear()

getThisSundayMonth

public static java.lang.String getThisSundayMonth()

getNextFridayDay

public static int getNextFridayDay()

getNextFridayMonth

public static java.lang.String getNextFridayMonth()

getNextFridayYear

public static int getNextFridayYear()

getNextSundayDay

public static int getNextSundayDay()

getNextSundayMonth

public static java.lang.String getNextSundayMonth()

getNextSundayYear

public static int getNextSundayYear()


Copyright © 2001-2007 Open World Ltd. All Rights Reserved.