Click or drag to resize
StatementSetTimestamp Method
Sets the timestamp associated with this statement execution. If provided, this will replace the server side assigned timestamp as default timestamp. Note that a timestamp in the query itself will still override this timestamp.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntax
C#
public IStatement SetTimestamp(
	DateTimeOffset value
)

Parameters

value
Type: SystemDateTimeOffset

Return Value

Type: IStatement

Implements

IStatementSetTimestamp(DateTimeOffset)
See Also