Create a timestamp using the following type and # of milliseconds

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Timestamp Secs(
	long type,
	double secs
)
Public Shared Function Secs ( _
	type As Long, _
	secs As Double _
) As Timestamp
public:
static Timestamp^ Secs(
	long long type, 
	double secs
)

Parameters

type
Int64
either Timestamp.INTERVAL or Timestamp.TIMESTAMP
secs
Double
An instant in time represented by a second value that is an offset from the Epoch, January 1, 1970 00:00:00.000 GMT (Gregorian).

See Also