Share via


WrkCtrWorkingTimes.processCalendarTimeInterval Method [AX 2012]

Processes working times for a calendar by considering the base calendar information.

Syntax

protected boolean processCalendarTimeInterval(
    CalendarId _calendarId, 
    date _startDate, 
    TimeOfDay _startTime, 
    date _endDate, 
    TimeOfDay _endTime, 
   [EffectivityPct _effectivityPct, 
    Map _properties])

Run On

Called

Parameters

  • _startDate
    Type: date
    The Date value that specifies the start date of the interval for which to fetch working times.
  • _startTime
    Type: timeOfDay
    A TimeOfDay object that specifies the start time of the interval for which to fetch working times.
  • _endDate
    Type: date
    The date value that specifies the end date of the interval for which to fetch working times.
  • _endTime
    Type: timeOfDay
    A TimeOfDay object that specifies the end time of the interval for which to fetch working times.
  • _effectivityPct
    Type: EffectivityPct Extended Data Type
    A percentage value that will be used to compute the effectiveness of the resulting working times. This value is multiplied with the efficiency of each working time.
  • _properties
    Type: Map Class
    A list of properties that should be added to the calendar line property.

Return Value

Type: boolean
true if fetching working times should continue; otherwise, false.

See Also

Reference

WrkCtrWorkingTimes Class