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
Syntaxpublic 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, 
ObjectAll the event in the given time range
See Also