Hi,
There is no timeNull() unline dateNull() in Ax 2012, where as there is an work around to handle this as timeMin() or TimeMax().
DateTimeUtil::time(dateTimeUtil::minTime()); // prints 12:00 AM
DateTimeUtil::time(dateTimeUtil::maxTime()); // prints 11:59 PM
Regards,
There is no timeNull() unline dateNull() in Ax 2012, where as there is an work around to handle this as timeMin() or TimeMax().
DateTimeUtil::time(dateTimeUtil::minTime()); // prints 12:00 AM
DateTimeUtil::time(dateTimeUtil::maxTime()); // prints 11:59 PM
Regards,
No comments:
Post a Comment