Skip to content

Instantly share code, notes, and snippets.

@tarchan
Created April 10, 2014 08:32
Show Gist options
  • Save tarchan/10356671 to your computer and use it in GitHub Desktop.
Save tarchan/10356671 to your computer and use it in GitHub Desktop.
Dim a = Date.Parse("09:00")
Dim b = Date.Parse("17:00")
Dim c = Date.Parse("01:00").TimeOfDay
Dim d = b - a - c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment