Return the value of a Timestamp field, given its name.

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(
	string sFieldName
)
Public Overridable Function GetTimestamp ( _
	sFieldName As String _
) As Timestamp
public:
virtual Timestamp^ GetTimestamp(
	String^ sFieldName
)

Parameters

sFieldName
String

Exceptions

See Also