1BSON_ITER_TIMEVAL(3)                libbson               BSON_ITER_TIMEVAL(3)
2
3
4

NAME

6       bson_iter_timeval - bson_iter_timeval()
7

SYNOPSIS

9          void
10          bson_iter_timeval (const bson_iter_t *iter, struct timeval *tv);
11

PARAMETERS

13iter: A bson_iter_t.
14
15tv: A struct timeval.
16

DESCRIPTION

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

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.23.1                           Oct 20, 2022             BSON_ITER_TIMEVAL(3)
Impressum