Click or drag to resize

IQueryRowGetDate Method

Gets the DateTimeOffset value of the nth selected value of the query row (in order of what was specified in the SELECT portion of the query)

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
DateTimeOffset GetDate(
	int index
)

Parameters

index
Type: SystemInt32
The index of the element to retrieve in terms of the SELECT query

Return Value

Type: DateTimeOffset
The value at the index
See Also