Click or drag to resize

DocumentGetDate Method

Gets the value of a given key as a DateTimeOffset

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

Parameters

key
Type: SystemString
The key to check the value for

Return Value

Type: DateTimeOffset
The contained value, or a default value

Implements

IDictionaryObjectGetDate(String)
See Also