 | QdbTimestampPut Method |
Sets the value of the timestamp, fails if it already exists.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntaxpublic void Put(
DateTime value,
DateTime? expiryTime = null
)
Public Sub Put (
value As DateTime,
Optional expiryTime As DateTime? = Nothing
)
Parameters
- value
- Type: SystemDateTime
The initial value of the new timestamp. - expiryTime (Optional)
- Type: SystemNullableDateTime
The expiry time of the timestamp.
Exceptions
See Also