IHasTimestampField Interface

A point that has a timestamp field that may be extracted.

Definition

Namespace: SnapDB.Snap.Types
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public interface IHasTimestampField

Methods

TryGetDateTime Attempts to get the timestamp field of a point. This function might fail if the datetime field is not able to be converted.

See Also