|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UtcTimestamp | |
---|---|
org.clazzes.util.datetime |
Uses of UtcTimestamp in org.clazzes.util.datetime |
---|
Methods in org.clazzes.util.datetime that return UtcTimestamp | |
---|---|
UtcTimestamp |
UtcTimestamp.cloneAdd(int field,
int amount)
Perform 'add' method to a clone of this. |
UtcTimestamp |
UtcTimestamp.cloneAddDays(int amount)
|
UtcTimestamp |
UtcTimestamp.cloneAddHours(int amount)
|
UtcTimestamp |
UtcTimestamp.cloneAddMillis(int amount)
|
UtcTimestamp |
UtcTimestamp.cloneAddMinutes(int amount)
|
UtcTimestamp |
UtcTimestamp.cloneAddMonths(int amount)
|
UtcTimestamp |
UtcTimestamp.cloneAddSeconds(int amount)
|
UtcTimestamp |
UtcTimestamp.cloneAddYears(int amount)
|
UtcTimestamp |
UtcTimestamp.cloneToFirstDayOfWeek(int firstDayOfWeek,
java.util.TimeZone timeZone)
Return a deep copy of this timestamp, which is moved to the first day of the week. |
static UtcTimestamp |
UtcTimestamp.now()
|
static UtcTimestamp |
UtcTimestamp.now(int tzOffset)
|
static UtcTimestamp |
UtcTimestamp.now(java.util.TimeZone timeZone)
This method duplicates the functionality of UtcTimestamp(TimeZone)
for convenience reasons. |
UtcTimestamp |
GlobalDate.toUtcTimestamp()
|
Methods in org.clazzes.util.datetime with parameters of type UtcTimestamp | |
---|---|
boolean |
UtcTimestamp.after(UtcTimestamp other)
Test if this timestamp is after the passed second timestamp. |
boolean |
UtcTimestamp.before(UtcTimestamp other)
Test if this timestamp is before the passed second timestamp. |
int |
UtcTimestamp.compareTo(UtcTimestamp o)
|
static int |
UtcTimestamp.daysBetween(UtcTimestamp t1,
UtcTimestamp t2)
|
static int |
UtcTimestamp.monthsBetween(UtcTimestamp t1,
UtcTimestamp t2)
|
void |
GlobalDate.setDate(UtcTimestamp utcTimestamp)
|
static int |
UtcTimestamp.weeksBetween(UtcTimestamp t1,
UtcTimestamp t2,
int firstDayOfWeek)
|
Constructors in org.clazzes.util.datetime with parameters of type UtcTimestamp | |
---|---|
GlobalDate(UtcTimestamp utcTimestamp)
|
|
UtcTimestamp(UtcTimestamp a)
Copy constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |