Click or drag to resize

QdbTimestampGet Method

Gets 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 Get()

Return Value

Type: DateTime
The 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