Click or drag to resize

TimeSeriesAddEvent Method (IDictionaryString, Object, DateTime)

Add an event to the database using the specified time

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public void AddEvent(
	IDictionary<string, Object> eventToAdd,
	DateTime time
)

Parameters

eventToAdd
Type: System.Collections.GenericIDictionaryString, Object
The properties of the event
time
Type: SystemDateTime
The timestamp of the event
See Also