ValidationConst.s_max_day Field
Value = 24107. The maximum number of days after the Julian date of the minimum project date.
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_day As Integer
'Usage
Dim value As Integer
value = ValidationConst.s_max_day
public const int s_max_day
Remarks
Microsoft Project Server 2010 cannot calculate days after December 31, 2049 or before January 1, 1984. The s_max_day value = (Julian date of the maximum project date) – (Julian date of the minimum project date). That is, 2469808 – 2445701 = 24107.
The Julian date is the number of days since January 1, 4713 BC.