Parse Method
Parse(string)
Converts the string representation of a time to its HLocalTime representation.
Declaration
public static HLocalTime Parse(string s)
Parameters
string | s | A string containing a time to convert. |
Returns
HLocalTime | A HLocalTime equivalent to the time contained in |
Exceptions
FormatException | The |