DateTimeUtil.utcNow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a utcdatetime value that indicates the current system time.
public:
static Microsoft::Dynamics::Ax::Xpp::AxShared::utcdatetime utcNow();
public static Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime utcNow ();
static member utcNow : unit -> Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime
Public Shared Function utcNow () As utcdatetime
Returns
Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime
The current system time as a utcdatetime value.
Remarks
This method is run on the server, so that the time that is returned is the system time of the server.