Click or drag to resize

QdbTimestampAdd Method

Modifies the value of the timestamp in the database.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public DateTime Add(
	TimeSpan addend
)

Parameters

addend
Type: SystemTimeSpan
The value to add.

Return Value

Type: DateTime
The new value of the timestamp in the database.
Exceptions
ExceptionCondition
QdbAliasNotFoundExceptionThe timestamp doesn't exist in the database.
QdbIncompatibleTypeExceptionThe entry in the database is not an timestamp.
See Also