Click or drag to resize

ResultGetDate Method (Int32)

Gets the value at the given index as a DateTimeOffset

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

Parameters

index
Type: SystemInt32
The index to lookup

Return Value

Type: DateTimeOffset
The value at the index, or a default

Implements

IArrayGetDate(Int32)
See Also