Click or drag to resize

IGraphStatementSetTimestamp Method

Sets the timestamp associated with this query.

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

Parameters

timestamp
Type: SystemDateTimeOffset

Return Value

Type: IGraphStatement
See Also