awSetDateCtime
void awSetDateCtime(
BrokerDate *d,
time_t t);
d | The BrokerDate whose time is to be set. |
t | The time. |
Initializes the BrokerDate d using the specified time_t parameter t. The BrokerDate field is_date_and_time is set to 1 (true). For further information on time_t, refer to the standard C date and time functions in <time.h>.
See also: