Return the value of a Timestamp field at index nFieldIndex.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public virtual Timestamp GetTimestamp(
	int nFieldIndex
)
Public Overridable Function GetTimestamp ( _
	nFieldIndex As Integer _
) As Timestamp
public:
virtual Timestamp^ GetTimestamp(
	int nFieldIndex
)

Parameters

nFieldIndex
Int32

Exceptions

See Also