TimeUtils.Iso8601ToDateTime method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Time
Assembly Skybrud.Essentials.dll

Iso8601ToDateTime(string)

Static

Converts the specified iso8601 date to an instance of DateTime .

public static DateTime Iso8601ToDateTime(string iso8601)

Parameters

iso8601 String

The string with the ISO 8601 formatted string.

Returns

An instance of DateTime .