Click or drag to resize

DocumentGetExpirationDate Method

Gets the expiration data of this document, if it has one

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Nullable<DateTime> GetExpirationDate()

Return Value

Type: NullableDateTime
The expiration data of this document, if it has one
See Also