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 Msecs(
	long type,
	long ms
)
Public Shared Function Msecs ( _
	type As Long, _
	ms As Long _
) As Timestamp
public:
static Timestamp^ Msecs(
	long long type, 
	long long ms
)

Parameters

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

See Also