Assignment.TimeScaleData Method (Project)

Sets options for displaying timephased data.

Syntax

expression .TimeScaleData(StartDate, EndDate, Type, TimeScaleUnit, Count)

expression A variable that represents an Assignment object.

Parameters

Name

Required/Optional

Data Type

Description

StartDate

Required

Variant

The start date for the timephased data. If the start date falls within an interval, it is "rounded" to the start of the interval. For example, if TimeScaleUnit is pjTimescaleWeeks and StartDate specifies a Wednesday, the start date is rounded to the preceding Monday (assuming that the work week starts on a Monday).

EndDate

Required

Variant

The end date for the timephased data. If the end date falls within an interval, it is "rounded" to the end of the interval.

Type

Optional

Long

The type of timephased data. Can be one of the PjAssignmentTimescaledData constants. The default value is pjAssignmentTimescaledWork.

TimeScaleUnit

Optional

Long

Can be one of the PjTimescaleUnit constants. The default value is pjTimescaleWeeks.

Count

Optional

Long

The number of timescale units to group together. The default value is 1.

Return Value

TimeScaleValues