Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IMutableDictionary Interface
IMutableDictionary Methods
GetArray Method
GetDictionary Method
Remove Method
SetArray Method
SetBlob Method
SetBoolean Method
SetData Method
SetDate Method
SetDictionary Method
SetDouble Method
SetFloat Method
SetInt Method
SetLong Method
SetString Method
SetValue Method
IMutableDictionary
SetDate Method
Sets the given key to the given value
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
IMutableDictionary
SetDate
(
string
key
,
DateTimeOffset
value
)
Parameters
key
Type:
System
String
The key to set
value
Type:
System
DateTimeOffset
The value to set
Return Value
Type:
IMutableDictionary
Itself for further processing
See Also
Reference
IMutableDictionary Interface
Couchbase.Lite Namespace