Share via


WrkCtrWorkingTimes.addCalendarDateResultToCache Method [AX 2012]

Adds the specified container to the cache for the specified parameters.

Syntax

protected void addCalendarDateResultToCache(
    boolean _topLevelCalculation, 
    CalendarId _calendarId, 
    date _startDate, 
    TimeOfDay _startTime, 
    date _endDate, 
    TimeOfDay _endTime, 
   [EffectivityPct _effectivityPct, 
    Map _properties, 
    container _cacheValue])

Run On

Called

Parameters

  • _topLevelCalculation
    Type: boolean
    A boolean value indicating whether the calculation is happening at top level.
  • _startDate
    Type: date
    The date that specifies the start date that should be used to clip the working time.
  • _startTime
    Type: timeOfDay
    A TimeOfDay value that specifies the start time that should be used to clip the working time.
  • _endDate
    Type: date
    A date that specifies the end date that should be used to clip the working time.
  • _endTime
    Type: timeOfDay
    A TimeOfDay value that specifies the end time that should be used to clip the working time.
  • _properties
    Type: Map Class
    A list of properties that should be added to the calendar line property.
  • _cacheValue
    Type: container
    The container with the values to add to cache.

See Also

Reference

WrkCtrWorkingTimes Class