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 public Nullable<DateTime> GetExpirationDate()
Return Value
Type:
NullableDateTimeThe expiration data of this document, if it has one
See Also