IGraphStatementSetTimestamp Method  | 
 
            Sets the timestamp associated with this query.
            
 
    Namespace: 
   Cassandra.DataStax.Graph
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
SyntaxIGraphStatement SetTimestamp(
	DateTimeOffset timestamp
)
Parameters
- timestamp
 - Type: SystemDateTimeOffset
 
Return Value
Type: 
IGraphStatement
See Also