Click or drag to resize

MutableDictionaryObjectSetDate Method

Sets the given key to the given value

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

Parameters

key
Type: SystemString
The key to set
value
Type: SystemDateTimeOffset
The value to set

Return Value

Type: IMutableDictionary
Itself for further processing

Implements

IMutableDictionarySetDate(String, DateTimeOffset)
See Also