Iso8601Utils.Parse method
Version 1.1.28
.NET Framework 4.8
| Namespace | Skybrud.Essentials.Time.Iso8601 |
|---|---|
| Assembly | Skybrud.Essentials.dll |
Parse(string)
Static
Converts the specified iso8601 date to an instance of DateTimeOffset .
public static DateTimeOffset Parse(string iso8601)
Parameters
iso8601
String
The string with the ISO 8106 formatted string.
Returns
An instance of DateTimeOffset .