WrkCtrWorkingTimesCalendar Class [AX 2012]
The WrkCtrWorkingTimesCalendar class retrieves the working times according to a specified calendar ID and a given interval.
| Method | Description | |
|---|---|---|
| addCalendarDateResultToCache | Adds the specified container to the cache for the specified parameters. (Inherited from WrkCtrWorkingTimes.) |
| addWorkCalendarLineToResult | Adds a WorkCalendarDateLine record to the result set. (Inherited from WrkCtrWorkingTimes.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createCacheKey | Creates a container with a key based on the specified parameters that can be used for caching. (Inherited from WrkCtrWorkingTimes.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getCalendarDateResultFromCache | Gets the container with values for the specified parameters from the cache. (Inherited from WrkCtrWorkingTimes.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getWorkingTimes | Gets the working times for the calendar specfieid by the calendarId field and the interval that was set up when the object was created. (Overrides the getWorkingTimes Method.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the WrkCtrWorkingTimes class. (Inherited from WrkCtrWorkingTimes.) |
| 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.) |
| parmCalendarId | Gets or sets the CalendarId parameter. |
| parmEndDate | Gets or sets the EndDate parameter. (Inherited from WrkCtrWorkingTimes.) |
| parmEndTime | Gets or sets the EndTime parameter. (Inherited from WrkCtrWorkingTimes.) |
| parmForward | Gets or sets the Forward parameter. (Inherited from WrkCtrWorkingTimes.) |
| parmStartDate | Gets or sets the StartDate parameter. (Inherited from WrkCtrWorkingTimes.) |
| parmStartTime | Gets or sets the StartTime parameter. (Inherited from WrkCtrWorkingTimes.) |
| parmWorkingTimesCount | Gets or sets the WorkingTimesCount parameter. (Inherited from WrkCtrWorkingTimes.) |
| processCalendarTimeInterval | Processes working times for a calendar by considering the base calendar information. (Inherited from WrkCtrWorkingTimes.) |
| processTimeInterval | Processes working times for a calendar without considering any base calendar. (Inherited from WrkCtrWorkingTimes.) |
| 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.) |
| ::construct | Initializes a new instance of the WrkCtrWorkingTimesCalendar class. |
| ::newCalendarId | Constucts a WrkCtrWorkingTimes object based on a certain calendar. |
Community Additions
ADD
Show: