'Declaration
Public Overloads Shared Function Evaluate( _ ByVal dateString As System.String _ ) As System.Date
'Usage
Dim dateString As System.String Dim value As System.Date value = Date.Evaluate(dateString)
public static System.DateTime Evaluate( System.string dateString )
Parameters
- dateString
- The natural language date specification.
Return Value
The date that the string represents.