D365 - How to convert DateTime value to Unix DateTime using C# or X++?

public static int64 getUnixTime(System.DateTime dateTimeValue)
{
   return new System.DateTimeOffset(dateTimeValue).ToUnixTimeSeconds();
}



Post a Comment


All Comments


No comments. Be the first one to comment on this post.

Search

About

DaxOnline.org is free platform that allows you to quickly store and reuse snippets, notes, articles related to Dynamics 365 FO.

Authors are allowed to set their own "buy me a coffee" link.
Join us.

Blog Tags