IHasTimestampField Interface
A point that has a timestamp field that may be extracted.
Namespace: SnapDB.Snap.TypesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public interface IHasTimestampField
Public Interface IHasTimestampField
public interface class IHasTimestampField
SnapDB.Snap.Types.IHasTimestampField = function();
SnapDB.Snap.Types.IHasTimestampField.createInterface('SnapDB.Snap.Types.IHasTimestampField');
| TryGetDateTime |
Attempts to get the timestamp field of a point. This function might fail if the datetime field
is not able to be converted.
|