1BSON_OID_GET_TIME_T(3) libbson BSON_OID_GET_TIME_T(3)
23
4
NAME
6bson_oid_get_time_t - bson_oid_get_time_t()
7
SYNOPSIS
9time_t
10bson_oid_get_time_t (const bson_oid_t *oid);
11
PARAMETERS
13• oid: A bson_oid_t.
14
DESCRIPTION
16Fetches the generation time in seconds since the UNIX Epoch of oid.
17
RETURNS
19A time_t containing the seconds since the UNIX epoch of oid.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.23.1 Oct 20, 2022 BSON_OID_GET_TIME_T(3)