| Constructor and Description |
|---|
DTd(Date dat,
Date sub)
Constructor.
|
DTd(DTd it,
DTd a,
boolean p)
Constructor.
|
DTd(Dur it,
double f,
boolean m,
InputInfo ii)
Constructor.
|
DTd(int shift)
Timezone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
diff(InputInfo ii,
Item it)
Returns the difference between the current and the specified item.
|
java.math.BigDecimal |
dtd()
Returns the date and time.
|
byte[] |
string(InputInfo ii)
Returns a string representation of the value.
|
day, eq, hash, hou, min, mon, sec, toJava, toString, yeabool, comparable, dbl, dec, ebv, equiv, flt, homogenous, input, isItem, item, itemAt, iter, iterable, itr, plan, score, score, serialize, size, test, type, writeTo, xdmInfocache, comp, count, data, description, info, isValue, iter, iterator, removable, remove, uses, valueaddText, compEbv, hasFreeVars, indexAccessible, indexEquivalent, isEmpty, isFunction, isVacuous, markTailCalls, sameAspublic DTd(int shift)
shift - shift valuepublic DTd(DTd it, DTd a, boolean p)
it - duration itema - duration to be added/subtractedp - plus/minus flagpublic DTd(Dur it, double f, boolean m, InputInfo ii) throws QueryException
it - duration itemf - factorm - multiplication flagii - input infoQueryException - query exceptionpublic java.math.BigDecimal dtd()
public byte[] string(InputInfo ii)
Itempublic int diff(InputInfo ii, Item it) throws QueryException
Itemdiff in class Durii - input infoit - item to be comparedQueryException - query exception