Share via


Reporting.Duration Field

Represents a scaling constant that is used to convert task duration time from the internal format of the Published database to the user-friendly format of the Reporting database.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared ReadOnly Duration As Decimal
'Usage
Dim value As Decimal

value = Reporting.Duration
public static readonly decimal Duration

Remarks

The value of Duration is 600.0M. Duration values in the Published database are divided by this number to convert them to their hours equivalents.

See Also

Reference

Reporting Class

Reporting Members

Microsoft.Office.Project.Server.Library Namespace