On this page
Converts the specified
System.String representation of a date and time to its
DB2Date equivalent.
Syntax
|
|---|
'Declaration
Public Shared Function Parse( _
ByVal As String _
) As DB2Date |
Parameters
- szDate
- The System.String to be parsed.
Return Value
An
DB2Date structure equal to the date and time represented by the specified
System.String.
See Also