DB2Real.op_explicit Method

Converts the supplied DB2Real structure to a TimeStamp.

Namespace:
IBM.Data.DB2Types
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Shared Narrowing Operator CType (source As DB2Real) As TimeStamp
[C#]
public static implicit operator TimeStamp (DB2Real source)
[C++]
public:
static implicit operator TimeStamp (DB2Real source)

Parameters

source
A DB2Real structure to be converted to a TimeStamp.

Return value

A TimeStamp value converted from a DB2Real instance.