Couchbase Lite C
Couchbase Lite C API
Typedefs | Functions
Other Types

Typedefs

typedef int64_t CBLTimestamp
 A date/time representation used for document expiration (and in date/time queries.) Measured in milliseconds since the Unix epoch (1/1/1970, midnight UTC.) More...
 

Functions

CBLTimestamp CBL_Now (void)
 Returns the current time, in milliseconds since 1/1/1970. More...
 

Detailed Description

Typedef Documentation

◆ CBLTimestamp

typedef int64_t CBLTimestamp

A date/time representation used for document expiration (and in date/time queries.) Measured in milliseconds since the Unix epoch (1/1/1970, midnight UTC.)

Function Documentation

◆ CBL_Now()

CBLTimestamp CBL_Now ( void  )

Returns the current time, in milliseconds since 1/1/1970.