java.lang.Object java.util.Calendar java.util.GregorianCalendar com.ibm.broker.plugin.MbDate
public class MbDate
extends GregorianCalendar
MbDate is a representation of the broker's ESQL date type. The time information inherited from GregorianCalendar is ignored by the broker.
Constructor | Description |
---|---|
MbDate(int, int, int) | Constructs a MbDate. |
public MbDate(int year, int month, int date)Constructs a MbDate.
- Parameters
- year - The year
- month - The month
- date - The day