DB2Time.Parse Method

Converts the supplied String to DB2Time.

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

Syntax


[Visual Basic]
Public Shared Function Parse (szTime As String) As DB2Time
[C#]
public static DB2Time Parse (string szTime)
[C++]
public:
static DB2Time Parse (string szTime)
[JScript]
public static function Parse (szTime String ) : DB2Time

Parameters

szTime
A String value to be converted to DB2Time. The string representation of the time must reflect the time format that corresponds to the territory code of the client application.

Return value

A DB2Time structure with the numeric value of szTime.