Broker 10.5 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awNew | awNewEmptyBrokerDate
 
awNewEmptyBrokerDate
BrokerDate * awNewEmptyBrokerDate();
Creates an empty date suitable for use as a field in a BrokerEvent, setting the is_date_and_time field to 0 (false). The caller is responsible for calling awDeleteDate on the return value.
Returns NULL if memory could not be allocated.
See also: