Date | 2020-02-16 (1,734 days ago) |
---|---|
Downloads | 63K downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET Standard 1.1 .NET Standard 1.3 .NET 4.5 .NET 4.6 .NET 4.7 |
#installation
">Installation#changelog
">ChangelogAdded constructor overload to the EssentialsTime
class (see 662fa92
)
The constructor supports specifying a DateTime
instance along with a TimeZoneInfo
instance to adjust the time zone of the DateTime
.
Added ParseJsonToken
and LoadJsonToken
methods to the JsonUtils
class (a0c374c
)
The new methods are added as additions to the existing methods for parsing and loading JSON objects and arrays.