Create a timestamp using the following type and # of seconds

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

Parameters

type
Int64
either Timestamp.INTERVAL or Timestamp.TIMESTAMP
secs
Int64
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