[][src]Function ejdb_sys::bson_append_date

pub unsafe extern "C" fn bson_append_date(
    b: *mut bson,
    name: *const c_char,
    millis: bson_date_t
) -> c_int

Append a bson_date_t value to a bson.

@param b the bson to append to. @param name the key for the date value. @param millis the bson_date_t to append.

@return BSON_OK or BSON_ERROR.