Click or drag to resize
GraphStatement.Timestamp Property
Gets the default timestamp for this query.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.5.0
Syntax
C#
public Nullable<DateTimeOffset> Timestamp { get; }

Property Value

Type: Nullable<DateTimeOffset>

Implements

IGraphStatement.Timestamp
See Also