public class UnixCalendar extends Object
Modifier and Type | Field and Description |
---|---|
static long |
DAY_IN_MILLIS |
static long |
MONTH_IN_MILLIS |
static long |
WEEK_IN_MILLIS |
static long |
YEAR_IN_MILLIS |
Constructor and Description |
---|
UnixCalendar(long time) |
Modifier and Type | Method and Description |
---|---|
void |
addDays(int val) |
void |
addMonths(int val) |
void |
addWeeks(int val) |
void |
addYears(int val) |
long |
getTimeInMillis() |
void |
setTimeInMillis(long time) |
public static final long DAY_IN_MILLIS
public static final long WEEK_IN_MILLIS
public static final long MONTH_IN_MILLIS
public static final long YEAR_IN_MILLIS