Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbTimestamp

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 Index
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.

Constructors

MbTimestamp

public MbTimestamp(int year,
                   int month,
                   int date,
                   int hour,
                   int minute,
                   int second) 

Constructs an MbTimestamp object.

MbTimestamp

public MbTimestamp(int year,
                   int month,
                   int date,
                   int hour,
                   int minute,
                   int second,
                   int millisecond) 

Constructs an MbTimestamp object.

Class Hierarchy All Classes All Fields and Methods