ValidationConst.s_max_duration_long Field

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

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

Syntax

'Declaration
Public Const s_max_duration_long As Long
'Usage
Dim value As Long

value = ValidationConst.s_max_duration_long
public const long s_max_duration_long

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