DateTimeUtil.setSystemDateTime(utcdatetime) 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.
Sets the date and time of the system to the specified utcdatetime value.
public:
static void setSystemDateTime(Microsoft::Dynamics::Ax::Xpp::AxShared::utcdatetime _t);
public static void setSystemDateTime (Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime _t);
static member setSystemDateTime : Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime -> unit
Public Shared Sub setSystemDateTime (_t As utcdatetime)
Parameters
- _t
- Microsoft.Dynamics.Ax.Xpp.AxShared.utcdatetime
A utcdatetime value to which to set the system date and time.