Click or drag to resize

QdbExpirableEntryGetExpiryTime Method

Gets the expiry time.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public DateTime? GetExpiryTime()

Return Value

Type: NullableDateTime
The expiry time, or null if no expiry is set.
Exceptions
ExceptionCondition
QdbAliasNotFoundExceptionThe entry doesn't exists in the database.
See Also