Convert Unix Time to DateTime (C#)
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Does anyone know how to convert Unix time (seconds since Jan 1, 1970) to a C# DateTime object?? TIA, Matt
-
Does anyone know how to convert Unix time (seconds since Jan 1, 1970) to a C# DateTime object?? TIA, Matt
DateTime
represents the time since 00:00:00 Jan. 01, 0001 AD. Do the math.Microsoft MVP, Visual C# My Articles
-
DateTime
represents the time since 00:00:00 Jan. 01, 0001 AD. Do the math.Microsoft MVP, Visual C# My Articles
Heath Stewart wrote: Do the math. 1 second 2 seconds 3 seconds 4 seconds 5 seconds 6 seconds 7 seconds 8 seconds 9 seconds 10 seconds Damn I ran out of fingers, where was I again...? :)