1BSON_ITER_TIMEVAL(3) libbson BSON_ITER_TIMEVAL(3)
23
4
SYNOPSIS
6void
7bson_iter_timeval (const bson_iter_t *iter, struct timeval *tv);
8
PARAMETERS
10• iter: A bson_iter_t.
1112
• tv: A struct timeval.
13
DESCRIPTION
15The bson_iter_timeval() function shall return the number of seconds and
16microseconds since the UNIX epoch, as contained in the
17BSON_TYPE_DATE_TIME element into tv.
18
AUTHOR
20MongoDB, Inc
21
COPYRIGHT
232017-present, MongoDB, Inc
2425
26
27
28
1.25.1 Nov 08, 2023 BSON_ITER_TIMEVAL(3)