 | QdbTimestampUpdate 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 bool Update(
DateTime value,
DateTime? expiryTime = null
)
Public Function Update (
value As DateTime,
Optional expiryTime As DateTime? = Nothing
) As Boolean
Parameters
- value
- Type: SystemDateTime
The new value of the timestamp. - expiryTime (Optional)
- Type: SystemNullableDateTime
The expiry time of the timestamp.
Return Value
Type:
Booleantrue if the timestamp has been created, or
false if it has been replaced.
Exceptions
See Also