1BSON_ITER_TIMEVAL(3) libbson BSON_ITER_TIMEVAL(3)
2
3
4
6 bson_iter_timeval - bson_iter_timeval()
7
9 void
10 bson_iter_timeval (const bson_iter_t *iter, struct timeval *tv);
11
13 · iter: A bson_iter_t.
14
15 · tv: A struct timeval.
16
18 The bson_iter_timeval() function shall return the number of seconds and
19 microseconds since the UNIX epoch, as contained in the
20 BSON_TYPE_DATE_TIME element into tv.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.16.2 Feb 25, 2020 BSON_ITER_TIMEVAL(3)