time_t
Contents
Copyright
2009-present, MongoDB, Inc.
1.30.4 Jun 08, 2025 BSON_OID_GET_TIME_T(3)
Description
Fetches the generation time in seconds since the UNIX Epoch of oid.
Parameters
• oid: A bson_oid_t.
Returns
A time_t containing the seconds since the UNIX epoch of oid.
Synopsis
time_t
bson_oid_get_time_t (const bson_oid_t *oid);
