Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Using BrokerDate Objects | Date and Time Representation
 
Date and Time Representation
The webMethods Broker API uses the BrokerDate class to provide a simplified date and time representation for your applications. The BrokerDate class contains the following data members:
Data Member
Description
int year
Year value. Must be less than 4096.
int month
Month value.
int day
Day value.
int hour
Hour value.
int min
Minute value.
int sec
Second value.
int msec
Millisecond value.
boolean is_date_and_time
Set to true if both date and time are represented. Set to false if only a date is represented.