Click or drag to resize

GraphStatementTimestamp Property

Gets the default timestamp for this query.

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

Property Value

Type: NullableDateTimeOffset

Implements

IGraphStatementTimestamp
See Also