EssentialsDateTime.FromIso8601 method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
FromIso8601(string)
Static
Convert the specified ISO 8601 string to an instance of EssentialsDateTime.
public static EssentialsDateTime FromIso8601(string str)
Parameters
str
String
The ISO 8601 string to be converted.
Returns
An instance of EssentialsDateTime.