Click or drag to resize
StatementTimestamp Property
Gets the timestamp associated with this statement execution.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public Nullable<DateTimeOffset> Timestamp { get; }

Property Value

Type: NullableDateTimeOffset

Implements

IStatementTimestamp
See Also