Is there any function in vb dot net to convert datetime to unix time stamp
If I google I get only the vice versa but not vb.net to unix time stamp
Any help is appreciated
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
{Edit} removed old reference link
Seconds since Jan 1, 1970 = unix time
To get this in VB.NET see below example (in example using DateTime.UtcNow, but you can plug in any DateTime you want there)