'Declaration
Public Overloads Shared Function Evaluate( _ ByVal dateString As System.String, _ ByVal today As System.Date, _ ByVal startDate As System.Date, _ ByVal server As Server _ ) As System.Date
'Usage
Dim dateString As System.String Dim today As System.Date Dim startDate As System.Date Dim server As Server Dim value As System.Date value = Date.Evaluate(dateString, today, startDate, server)
public static System.DateTime Evaluate( System.string dateString, System.DateTime today, System.DateTime startDate, Server server )
Parameters
- dateString
- The natural language date specification.
- today
- The date that should be considered "today" when evaluating the date specification.
- startDate
- The starting date to be used for interval specification (i.e. every other monday)
- server
- The JAMS Server to use when evaluating the date specification.
Return Value
The date that the string represents.