Click or drag to resize

TimeSeriesGetEventsInRange Method

Returns all the events in a given time range

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public IEnumerable<IDictionary<string, Object>> GetEventsInRange(
	DateTime start,
	DateTime end
)

Parameters

start
Type: SystemDateTime
The beginning of the time range to query
end
Type: SystemDateTime
The end of the time range to query

Return Value

Type: IEnumerableIDictionaryString, Object
All the event in the given time range
See Also