[−][src]Function ejdb_sys::bson_append_time_t
pub unsafe extern "C" fn bson_append_time_t(
b: *mut bson,
name: *const c_char,
secs: time_t
) -> c_int
Append a time_t value to a bson.
@param b the bson to append to. @param name the key for the date value. @param secs the time_t to append.
@return BSON_OK or BSON_ERROR.