TryParse Method
TryParse(string, out HLocalTime)
Converts the string representation of a time to its HLocalTime representation. A return value indicates whether the operation succeeded.
Declaration
public static bool TryParse(string s, out HLocalTime localTime)
Parameters
string | s | A string containing a time to convert. |
HLocalTime | localTime | When this method returns, contains the HLocalTime equivalent of
the time in |
Returns
bool |
|