Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awSet | awSetDate
 
awSetDate
void awSetDate(
BrokerDate *d,
int yr,
int mo,
int dy);
d
The date to be set.
yr
The four-digit year.
mo
One- or two-digit month.
dy
One- or two-digit day.
Initializes specified BrokerDate d to the specified yr, mo, and day. The time fields of the date will remain unaffected.
See also: