Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awSet | awSetDateTime
 
awSetDateTime
void awSetDateTime(
BrokerDate *d,
int yr,
int mo,
int dy,
int hr,
int m,
int s,
int ms);
d
The BrokerDate whose date and time is to be set.
yr
The four-digit year, such as 1996.
mo
The one or two-digit month.
dy
The one or two-digit day.
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 specified BrokerDate d to the specified date and time parameters. The BrokerDate field is_date_and_time is set to 1 (true) .
See also: