Method Summary |
|
public Object | clone() Copies the current instance. |
public String | encode() Gets the string encoded version of this object. |
public Date | getStart() Returns the start time of the conference/session. |
public long | getStartTime() Gets the start time. |
public Date | getStop() Returns the stop time of the session. |
public long | getStopTime() Gets the stop time. |
public boolean | getTypedTime() Returns whether the field will be output as a typed time
or a integer value. |
public boolean | isZero() Returns whether the start and stop times were set to zero (in NTP). |
public void | setStart(Date start) Sets the start time of the conference/session. |
public void | setStartTime(long startTime) Sets the start time member. |
public void | setStop(Date stop) Sets the stop time of the session. |
public void | setStopTime(long stopTime) Sets the stop time member. |
public void | setTypedTime(boolean typedTime) Sets whether the field will be output as a typed time or a integer value.
Typed time is formatted as an integer followed by a unit character. |
public void | setZero() Sets the start and stop times to zero (in NTP). |