Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awCompare | awCompareDate
 
awCompareDate
int awCompareDate(
BrokerDate *date1,
BrokerDate *date2);
date1
One date to be compared.
date2
The other date.
Compares the date and time represented bydate1 and date1. Returns:
*Zero if date1 is equal to date2
*-1 if date1 is earlier than date2
*1 if date1 is later date2
See also: