| QdbExpirableEntryExpiresAt Method |
Sets an absolute expiry time.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public void ExpiresAt(
DateTime expiryTime
)
Public Sub ExpiresAt (
expiryTime As DateTime
)
Parameters
- expiryTime
- Type: SystemDateTime
The absolute expiry time.
Exceptions See Also