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