nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ date_time_timestamp_clear()

int date_time_timestamp_clear ( int64_t *  unix_timestamp)

#include <include/date_time.h>

Clear a timestamp in UNIX time ms.

Parameters
[in,out]unix_timestampPointer to a unix timestamp.
Returns
0 If the operation was successful.
-EINVAL If the passed in pointer is NULL.