awNewBrokerDate
BrokerDate * awNewBrokerDate(
int yr,
int mo,
int dy,
int hr,
int m,
int s,
int ms);
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 minute (0 through 59) |
s | The second. |
ms | The millisecond (0 through 999). |
Creates a Broker date, initializes it with the date and time parameters, and sets is_date_and_time to 1 (true). The caller is responsible for calling awDeleteDate on the returned date.
Returns NULL if memory could not be allocated.
See also: