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