1BSON_ITER_OVERWRITE_DATE_TIME(3) libbson BSON_ITER_OVERWRITE_DATE_TIME(3)
2
3
4
6 void
7 bson_iter_overwrite_date_time (bson_iter_t *iter, int64_t value);
8
10 • iter: A bson_iter_t.
11
12 • value: The date and time as specified in milliseconds since the UNIX
13 epoch.
14
16 The bson_iter_overwrite_date_time() function shall overwrite the con‐
17 tents of a BSON_TYPE_DATE_TIME element in place.
18
19 This may only be done when the underlying bson document allows muta‐
20 tion.
21
22 It is a programming error to call this function when iter is not ob‐
23 serving an element of type BSON_TYPE_DATE_TIME.
24
26 MongoDB, Inc
27
29 2017-present, MongoDB, Inc
30
31
32
33
341.25.1 Nov 08, 2023 BSON_ITER_OVERWRITE_DATE_TIME(3)