Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awSet | awSetTime
 
awSetTime
void awSetTime(
BrokerDate *d,
int hr,
int m,
int s,
int ms);
d
The BrokerDate whose date and time is to be set.
hr
The hour in 24 hour format (0 through 23)
m
The one or two-digit minute.
s
The one or two-digit second.
ms
The millisecond (0 through 999).
Sets the time portion of the BrokerDate d with the specified time parameters. It also sets is_date_and_time to 1 (true). The year, month, and day fields are not affected.
See also: