Click or drag to resize

CqlQueryOptionsSetTimestamp Method

Sets the timestamp for the query.

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public CqlQueryOptions SetTimestamp(
	Nullable<DateTimeOffset> timestamp
)

Parameters

timestamp
Type: SystemNullableDateTimeOffset

Return Value

Type: CqlQueryOptions
See Also