Click or drag to resize

AdvanceCalendarServiceArguments Properties

The AdvanceCalendarServiceArguments type exposes the following members.

Properties
  NameDescription
Public propertyIncludeForecastInUpdateTotals
Determines whether Cobra will update the Estimate At Complete (EAC) values for the project. Only applies if the Scale retain EAC setting of the project is set to a value other than None. Optional. Default is false.
Public propertyLog
Determines the comment, change number and 'significant' setting for changes that affect the log. See ProjectAuditLogDescription.
Public propertyPeriodsFollowingStatusDate
The number of periods to expand following the status date. Only applies if a rolling wave calendar is defined for the projeect and the SkipRollingWave property is set to false. Optional. Default is 3.
Public propertyPeriodsPriorToStatusDate
The number of periods to expand prior to the status date. Only applies if a rolling wave calendar is defined for the projeect and the SkipRollingWave property is set to false. Optional. Default is 1.
Public propertyProject
The project that will be advanced to the next period. Required.
Public propertySkipRollingWave
Determines whether Cobra skips the rolling wave process after advancing the calendar. The rolling wave process can only run if a rolling wave calendar is assigned to the project. Default is false (the rolling wave process will run by default if a rolling wave calendar is defined).
Public propertySyncProjectAndCalendarStatus
Determines whether the status date of the project and the calendar will be synchronized. Use SynchProjectWtihCalendarStatus to set the project's status date with the calendar's status date (TODATE). Use SyncCalendarWithProjectStatus to set the move the calendar's TODATE period to match the project's status date. Default is null which means no synchronizing will take place.
Public propertyUpdateRateSetsUsedWithFTE
Determines whether rates that begin with FTE are updated based on calendar hours. Only applies if a rolling wave calendar is defined for the projeect and the SkipRollingWave property is set to false. Optional. Default is true.
Public propertyUseStatusDateAsActualStartDateForLoE
Determines whether to set work packages with Level of Effort (LOE) Earned Value technique and with start dates set before the new status date will be set to In-Progress. Optional. Default is false.
Top
See Also