Method StringToDate
StringToDate(String)
Converts a string produced by TimeToString(Int64, DateTools.Resolution) or
DateToString(DateTime, DateTools.Resolution) back to a time, represented as a
Declaration
public static DateTime StringToDate(string dateString)
Parameters
Type | Name | Description |
---|---|---|
System.String | dateString | the date string to be converted |
Returns
Type | Description |
---|---|
DateTime | the parsed time as a |