web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics 365 Vs Me / UTC DateTime Null Value in Ax

UTC DateTime Null Value in Ax

Deepak Agarwal Profile Picture Deepak Agarwal 8,585

Some times we need to pass or check null value in UTCDateTime field.

so here is the logic to pass null value in UTCDateTime,

just try utcdatetimenull() function in your code, it will return the same value as DateTimeUtil::minValue() function.

In X++ The utcdatetimenull() value is '1900-01-01T00:00:00'.

-Harry


This was originally posted here.

Comments

*This post is locked for comments