Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

Greg Miller http://www.principiaprogramatica.com

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Get the Unix Epoch time in one line of C#

int epoch = (int)(DateTime.UtcNow - new DateTime(1970, 1, 1)).TotalSeconds;
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS