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