Method StringToTime
StringToTime(String)
Converts a string produced by timeToString
or
DateToString
back to a time, represented as the
number of milliseconds since January 1, 1970, 00:00:00 GMT.
Declaration
public static long StringToTime(String dateString)
Parameters
Type | Name | Description |
---|---|---|
System.String | dateString | the date string to be converted |
Returns
Type | Description |
---|---|
System.Int64 | the number of milliseconds since January 1, 1970, 00:00:00 GMT |