c# unix timestamp

113

c# unix timestamp -

Int32 unixTimestamp = (Int32)(DateTime.UtcNow.Subtract(new DateTime(1970, 1, 1))).TotalSeconds;

Comments

Submit
0 Comments