Info
Version: | 1.0.0 |
Author(s): | Jorge Serrano Perez |
Last Update: | Monday, January 8, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/J0rgeSerran0/Iso8601Duration |
NuGet Url: | https://www.nuget.org/packages/Iso8601Duration |
Install
Install-Package Iso8601Duration
dotnet add package Iso8601Duration
paket add Iso8601Duration
Iso8601Duration Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
Converts a Duration Pattern into a TimeSpan or DurationStruct.
Converts a DurationStruct into a TimeSpan or Duration Pattern.
Converts a TimeSpan into a DurationStruct or Duration Pattern.
Works with a DurationStruct easily instead of use TimeSpan that not covers Years and Months.