Skip to content

Instantly share code, notes, and snippets.

@MikeCodesDotNET
Last active May 11, 2020 13:52
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 MikeCodesDotNET/e77ebb8a4eead01f16aaf75c82b09236 to your computer and use it in GitHub Desktop.
Save MikeCodesDotNET/e77ebb8a4eead01f16aaf75c82b09236 to your computer and use it in GitHub Desktop.
System.TimeSpan sinceMidnight = System.DateTime.Now - System.DateTime.Today;
var seconds = sinceMidnight.TotalSeconds;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment