1BSON_ITER_TIME_T(3) libbson BSON_ITER_TIME_T(3)
2
3
4
6 bson_iter_time_t - bson_iter_time_t()
7
9 time_t
10 bson_iter_time_t (const bson_iter_t *iter);
11
13 • iter: A bson_iter_t.
14
16 The bson_iter_time_t() function shall return the number of seconds
17 since the UNIX epoch, as contained in the BSON_TYPE_DATE_TIME element.
18
20 A time_t containing the number of seconds since the UNIX epoch.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.24.3 Aug 17, 2023 BSON_ITER_TIME_T(3)