CqlCommandSetTimestamp Method  | 
 
            Sets the timestamp associated with this statement execution.
            
 
    Namespace: 
   Cassandra.Data.Linq
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic CqlCommand SetTimestamp(
	DateTimeOffset timestamp
)
Parameters
- timestamp
 - Type: SystemDateTimeOffset
 
Return Value
Type: 
CqlCommandThis instance.
See Also