Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awNew | awNewBrokerDateSequence
 
awNewBrokerDateSequence
BrokerDate * awNewBrokerDateSequence(
int n);
n
The number of dates to be created.
Creates an array with n empty Broker dates. The is_date_and_time field is set to 0 (false). The caller is responsible for calling awDeleteDate on the return value.
Returns NULL if memory could not be allocated.
See also: