Click or drag to resize
GraphStatementSetTimestamp Method
Sets the timestamp associated with this query.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
public IGraphStatement SetTimestamp(
	DateTimeOffset timestamp
)

Parameters

timestamp
Type: SystemDateTimeOffset

Return Value

Type: IGraphStatement

Implements

IGraphStatementSetTimestamp(DateTimeOffset)
See Also