Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbTime

java.lang.Object
        java.util.Calendar
                java.util.GregorianCalendar
                        com.ibm.broker.plugin.MbTime

public class MbTime
extends GregorianCalendar

MbTime is a representation of the broker's ESQL time type. The date information inherited from GregorianCalendar is ignored by the broker. When setting an element to a MbTime 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
MbTime(int, int, int) Constructs a MbTime object.
MbTime(int, int, int, int) Constructs a MbTime object.

Constructors

MbTime

public MbTime(int hour,
              int minute,
              int second) 

Constructs a MbTime object.

MbTime

public MbTime(int hour,
              int minute,
              int second,
              int millisecond) 

Constructs a MbTime object.

Class Hierarchy All Classes All Fields and Methods