| java.lang.Object org.cougaar.glm.plugins.TimeUtils
TimeUtils | public class TimeUtils (Code) | | Provides convenience methods.
|
MSEC_PER_DAY | final public static long MSEC_PER_DAY(Code) | | |
MSEC_PER_HOUR | final public static long MSEC_PER_HOUR(Code) | | |
MSEC_PER_MIN | final public static long MSEC_PER_MIN(Code) | | |
MSEC_PER_WEEK | final public static long MSEC_PER_WEEK(Code) | | number of msec per day
|
addNDays | public static long addNDays(long time, int n_days)(Code) | | |
addNDaysTime | public static long addNDaysTime(long time, int n_days)(Code) | | |
getDaysBetween | public static int getDaysBetween(long today, long tomorrow)(Code) | | |
msecDateString | public static String msecDateString(long time)(Code) | | |
pushToEndOfDay | public static long pushToEndOfDay(long time)(Code) | | |
pushToEndOfDay | public static long pushToEndOfDay(Calendar calendar, long time)(Code) | | |
|
|