Last active
January 10, 2017 07:25
-
-
Save bradbrowne/10c274eb0336a4120c0ba17db5ab8908 to your computer and use it in GitHub Desktop.
π Convert Local DateTime to UTC Milliseconds in VB.NET
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cdate(v.Value).ToUniversalTime().Subtract(New DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc)).TotalMilliseconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment