'Declaration Public Overloads Shared Function Parse( _ ByVal szTimestamp As String, _ ByVal precision As Integer _ ) As DB2TimeStamp
public static DB2TimeStamp Parse( string szTimestamp, int precision )
Parameters
- szTimestamp
- The string to parse.
- precision
- An integer value between 0 and 12, determining the number of decimal places of precision.
Return Value
An DB2TimeStamp structure equal to the date represented by the specified System.String.