IMutableArrayInsertDate Method |
Inserts a given value at the given index
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax IMutableArray InsertDate(
int index,
DateTimeOffset value
)
Parameters
- index
- Type: SystemInt32
The index to insert the item at - value
- Type: SystemDateTimeOffset
The item to insert
Return Value
Type:
IMutableArrayThe array for further processing
See Also