![]() |
![]()
| ![]() |
![]()
SYNOPSIS#define BSON_APPEND_DATE_TIME(b, key, val) \ PARAMETERS
DESCRIPTIONThe bson_append_date_time() function shall append a new element to a bson document containing a date and time with no timezone information. value is assumed to be in UTC format of milliseconds since the UNIX epoch. value MAY be negative. RETURNSReturns true if the operation was applied successfully. The function will fail if appending value grows bson larger than INT32_MAX. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|