WorkCalendarSched 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.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initFromGlobalCache | Initializes the cached maps from the global object cache based on the specified key. |
| isDateOpen | Determines whether a date is open in a calendar. |
| isPickupDate | Determines whether a date is open for pickup in the calendar. |
| new | |
| 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.) |
| saveToGlobalCache | Saves the local cached calendar values to global object cache. |
| schedDate | Returns the first schedDate where the working time is open. |
| schedTime | Schedules forward or backward from a given date by a given number of seconds. |
| schedTimeUTC | Schedules a time that is forward or backward from a given date by a given number of seconds. |
| 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.) |
| ::createGlobalCacheKey | Creates a key that can be used to read and write the caching of the calendar. |
| ::getDateTimeTicks | Gets the current date time in milliseconds. |
| ::getGlobalCacheScope | Gets the global object cache scope for the caching to use the calendar. |
| ::getLastInvalidatedTimeStamp | Gets the timestamp of the last invalidate action that was done to the caching mechanism. |
| ::invalidateGlobalCacheScope | Invalidates the calendar settings stored in the global cache. |
| ::setLastInvalidatedTimeStamp | Sets the timestamp of the last invalidate action that was done to the caching mechanism. |
Community Additions
ADD
Show: