Broker
10.5 |
webMethods Broker Documentation
|
webMethods Broker Client C API Programmer's Guide
|
API Reference
|
awCopy
|
awCopyDate
awCopyDate
BrokerDate * awCopyDate(
BrokerDate *
d
);
Returns a new date, initialized with the information in the specified date
d
. The caller is responsible for calling
awDeleteDate
to free the returned
BrokerDate
.
See also:
awDeleteDate
awNewBrokerDate
awNewEmptyBrokerDate