[转]clrDateTime to Dynamics AX TransDate

转自:https://community.dynamics.com/ax/f/33/t/30791.aspx

TransDate是一种只有日期,没有时间的类型

utcDateTime=Global::clrSystemDateTime2UtcDateTime(clrDateTime);

transDate=DateTimeUtil::date(utcDateTime);

原文地址:https://www.cnblogs.com/msdynax/p/4095474.html