Click or drag to resize

IGraphStatementSetTimestamp Method

Sets the timestamp associated with this query.

Namespace:  Cassandra.DataStax.Graph
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
IGraphStatement SetTimestamp(
	DateTimeOffset timestamp
)

Parameters

timestamp
Type: SystemDateTimeOffset

Return Value

Type: IGraphStatement
See Also