Skip to content

Instantly share code, notes, and snippets.

@dmitry-a-morozov
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmitry-a-morozov/5d7c09d6c98ccd8019e0 to your computer and use it in GitHub Desktop.
Save dmitry-a-morozov/5d7c09d6c98ccd8019e0 to your computer and use it in GitHub Desktop.
DateTime slicing
[ DateTime.Today.AddDays(-5.0) .. TimeSpan.FromDays(1.0) .. DateTime.Today ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment