Constructor and Description |
---|
Date() |
Modifier and Type | Method and Description |
---|---|
Vertex |
add(Vertex source,
Vertex date,
Vertex part,
Vertex time) |
Vertex |
any(Vertex source,
Vertex value)
Attempt to parse the date/time value in any format.
|
Vertex |
date(Vertex source) |
Vertex |
date(Vertex source,
Vertex value) |
Vertex |
get(Vertex source,
Vertex date,
Vertex part) |
Vertex |
getTimeZone(Vertex source) |
Vertex |
getTimeZone(Vertex source,
Vertex timezone) |
Vertex |
interval(Vertex source,
Vertex style,
Vertex from,
Vertex to) |
Vertex |
interval(Vertex source,
Vertex style,
Vertex from,
Vertex to,
java.text.SimpleDateFormat formater) |
Vertex |
interval(Vertex source,
Vertex style,
Vertex from,
Vertex to,
Vertex format) |
static long |
millennium() |
Vertex |
parse(Vertex source,
Vertex value,
Vertex format)
Parse the date/time value in the specified format.
|
Vertex |
printAIMLDate(Vertex source,
Vertex date,
Vertex format) |
Vertex |
printAIMLDate(Vertex source,
Vertex date,
Vertex format,
Vertex timezone,
Vertex locale) |
Vertex |
printDate(Vertex source,
Vertex date,
Vertex format) |
Vertex |
printDate(Vertex source,
Vertex date,
Vertex format,
Vertex timezone,
Vertex locale) |
Vertex |
set(Vertex source,
Vertex date,
Vertex part,
Vertex value) |
Vertex |
setTimeZone(Vertex source,
Vertex date,
Vertex timezone) |
Vertex |
time(Vertex source) |
Vertex |
time(Vertex source,
Vertex value) |
Vertex |
timestamp(Vertex source) |
Vertex |
timestamp(Vertex source,
Vertex value) |
addListener, awake, getBot, getListeners, getName, getPrimitive, getShortTermMemory, initialize, isEnabled, log, log, log, notifyExceptionListeners, pool, removeListener, setBot, setIsEnabled, setName, shutdown, toString
public static long millennium()
public Vertex any(Vertex source, Vertex value)
public Vertex parse(Vertex source, Vertex value, Vertex format)
public Vertex interval(Vertex source, Vertex style, Vertex from, Vertex to) throws java.lang.Exception
java.lang.Exception
public Vertex interval(Vertex source, Vertex style, Vertex from, Vertex to, Vertex format) throws java.lang.Exception
java.lang.Exception
public Vertex interval(Vertex source, Vertex style, Vertex from, Vertex to, java.text.SimpleDateFormat formater) throws java.lang.Exception
java.lang.Exception
public Vertex add(Vertex source, Vertex date, Vertex part, Vertex time) throws java.lang.Exception
java.lang.Exception
public Vertex set(Vertex source, Vertex date, Vertex part, Vertex value) throws java.lang.Exception
java.lang.Exception
public Vertex get(Vertex source, Vertex date, Vertex part) throws java.lang.Exception
java.lang.Exception
public Vertex printDate(Vertex source, Vertex date, Vertex format, Vertex timezone, Vertex locale)