HcmDateTimeUtil Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDaysOfMonth | Gets the days of the supplied month. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::convertToCompanyDate | Converts the provided utcDateTime value, based on the company's time zone offset. |
| ::convertToDate | Converts the provided dateTime object based on the provided time zone offset. |
| ::convertToOriginatingDate | Converts the provided utcDateTime based on the originating time zone. |
| ::endOfCompanyDay | Creates an utcDateTime value that represents the ending of the given date in relation to the company's time zone. |
| ::endOfCurrentDay | Creates a utcDateTime value that represents the end of the current day. |
| ::endOfDay | Creates an utcDateTime value that represents the ending of the given date. |
| ::getFromDateForQuarter | Returns the from date for the selected tax quarter. |
| ::getToDateForQuarter | Returns the to date for the selected tax quarter. |
| ::setEndDateToEndOfDay | Updates the passed in _newEndDate value to be the end of the day, if the user changed the date portion without changing the time. |
| ::startOfCompanyDay | Creates an utcDateTime value that represents the starting of the given date in the company's time zone. |
| ::startOfCurrentDay | Creates an utcDateTime value that represents the starting of the current day. |
| ::startOfDay | Creates an utcDateTime value that represents the starting of the given date. |
Community Additions
ADD
Show: