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();
}


Search

About

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

Authors are allowed to set their own AdSense units.
Join us.

Blog Tags