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

SYNOPSIS

6          void
7          bson_iter_timeval (const bson_iter_t *iter, struct timeval *tv);
8

PARAMETERS

10iter: A bson_iter_t.
11
12tv: A struct timeval.
13

DESCRIPTION

15       The bson_iter_timeval() function shall return the number of seconds and
16       microseconds   since   the   UNIX   epoch,   as   contained   in    the
17       BSON_TYPE_DATE_TIME element into tv.
18

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023             BSON_ITER_TIMEVAL(3)
Impressum