ValidationConst.MaxProjectDuration field

Value = 346896000 tenths of minutes, or 66 years. The maximum project duration, of type Double.

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

Syntax

'Declaration
Public Shared ReadOnly MaxProjectDuration As Double
'Usage
Dim value As Double

value = ValidationConst.MaxProjectDuration
public static readonly double MaxProjectDuration

Remarks

Project duration is measured in tenths of a minute. The maximum project duration is 66 years, which is 66 * 365 * 1440 = 34,689,600 minutes, or 346,896,000 tenths of minutes. (One day contains 24 hours * 60 minutes/hour = 1440 minutes.)

See also

Reference

ValidationConst class

ValidationConst members

Microsoft.Office.Project.Server.Library namespace