[]
Converts a date format string to a DateTime value.
public static DateTime DeserializeDateValue(string s)
Public Shared Function DeserializeDateValue(s As String) As Date
| Type | Name | Description |
|---|---|---|
| string | s | Date format string to convert |
| Type | Description |
|---|---|
| DateTime | A DateTime object. |