| CqlQueryOptionsSetTimestamp Method  | 
            Sets the timestamp for the query.
            
 
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntaxpublic CqlQueryOptions SetTimestamp(
	Nullable<DateTimeOffset> timestamp
)
Parameters
- timestamp
 - Type: SystemNullableDateTimeOffset
 
Return Value
Type: 
CqlQueryOptions
See Also