java.lang.Object java.util.Calendar java.util.GregorianCalendar com.ibm.broker.plugin.MbTimestamp
public class MbTimestamp
extends GregorianCalendar
MbTimestamp is a representation of the broker's ESQL timestamp type. When setting an element to a MbTimestamp value local time will be assumed, the time zone information is not currently supported apart from GMT in which case the time zone will be preserved.
Constructor | Description |
---|---|
MbTimestamp(int, int, int, int, int, int) | Constructs an MbTimestamp object. |
MbTimestamp(int, int, int, int, int, int, int) | Constructs an MbTimestamp object. |
public MbTimestamp(int year, int month, int date, int hour, int minute, int second)Constructs an MbTimestamp object.
- Parameters
- year - The year
- month - The month
- date - The day of the month
- hour - The hour
- minute - The minute
- second - The second
public MbTimestamp(int year, int month, int date, int hour, int minute, int second, int millisecond)Constructs an MbTimestamp object.
- Parameters
- year - The year
- month - The month
- date - The day of the month
- hour - The hour
- minute - The minute
- second - The second
- millisecond - The millisecond