systemDateSet Function
Dynamics AX 2009
Changes the system date.
date systemDateSet(date _date)
This function does not affect the session date.
This method will change the date, but the time will be set to zero.
This method is deprecated. Use the DateTimeUtil::SetSystemDateTime and DateTimeUtil::GetSystemDateTime methods instead of this because this method does not support time zones. When this method is used, the local time is changed to zero.
Community Additions
ADD
Show: