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 | Description |
---|---|
MbTime(int, int, int) | Constructs a MbTime object. |
MbTime(int, int, int, int) | Constructs a MbTime object. |
public MbTime(int hour, int minute, int second)Constructs a MbTime object.
- Parameters
- hour - The hour
- minute - The minute
- second - The second
public MbTime(int hour, int minute, int second, int millisecond)Constructs a MbTime object.
- Parameters
- hour - The hour
- minute - The minute
- second - The second
- millisecond - The millisecond