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

Consider adding IsDaylightSavingTime to ZonedDateTime #264

Closed
GoogleCodeExporter opened this issue Mar 15, 2015 · 2 comments
Closed

Consider adding IsDaylightSavingTime to ZonedDateTime #264

GoogleCodeExporter opened this issue Mar 15, 2015 · 2 comments
Milestone

Comments

@GoogleCodeExporter
Copy link

See http://stackoverflow.com/questions/20945637 and 
http://msdn.microsoft.com/en-us/library/system.datetime.isdaylightsavingtime.asp
x

Basically the implementation would just be:

    return GetZoneInterval().Savings != Offset.Zero;

... but it would be a bit more readable in calling code :)

Original issue reported on code.google.com by jonathan.skeet on 6 Jan 2014 at 8:23

@GoogleCodeExporter
Copy link
Author

Original comment by malcolm.rowe on 30 May 2014 at 8:35

  • Added labels: Milestone-1.3.0
  • Removed labels: Milestone-1.3-consider

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision edc9bcdf5015.

Original comment by jonathan.skeet on 1 Jun 2014 at 6:21

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants