Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DateTimeTimeZones extension methods implementation #14

Merged
merged 1 commit into from
Jun 14, 2019

Conversation

titusgicheru
Copy link
Contributor

Changes proposed in this pull request

This PR implements the Core enhancement as requested here microsoftgraph/msgraph-sdk-dotnet#366

It has two extension methods;

  • ToDateTime
  • ToDateTimeOffset

And two static methods;

  • FromDateTime
  • FromDateTimeOffset

Test methods were also added under Microsoft.Graph.DotnetCore.Test > Models > Extensions

Please note to accommodate some of the .Net built-in date functions and properties I updated the framework from .NETStandard 1.1 to .NETStandard 1.3

@MIchaelMainer MIchaelMainer merged commit c6d07d3 into master Jun 14, 2019
@MIchaelMainer MIchaelMainer deleted the tg/DateTimeTimeZone branch June 14, 2019 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants