Click or drag to resize

ReadOnlyDocumentGetDate Method

[Missing <summary> documentation for "M:Couchbase.Lite.ReadOnlyDocument.GetDate(System.String)"]

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

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Couchbase.Lite.ReadOnlyDocument.GetDate(System.String)"]

Return Value

Type: DateTimeOffset

[Missing <returns> documentation for "M:Couchbase.Lite.ReadOnlyDocument.GetDate(System.String)"]

Implements

IReadOnlyDictionaryGetDate(String)
See Also