'Declaration Public Overloads Shared Function Parse( _ ByVal szTimestamp As String _ ) As DB2TimeStamp
public static DB2TimeStamp Parse( string szTimestamp )
Parameters
- szTimestamp
- The string to parse.
Return Value
An DB2TimeStamp structure equal to the date represented by the specified System.String.