ValidationConst.MaxProjectDate Field

Value = Saturday, January 01, 2050, 11:59:54 PM. The maximum project date.

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

Syntax

'Declaration
Public Shared ReadOnly MaxProjectDate As DateTime
'Usage
Dim value As DateTime

value = ValidationConst.MaxProjectDate
public static readonly DateTime MaxProjectDate

Remarks

The MaxProjectDate value is calculated as follows:

DateTime MaxProjectDate = new DateTime(1984, 1, 1)
    .AddDays(s_max_day)
    .AddTicks(TimeSpan.TicksPerDay - s_ticks_per_proj_dur);

See Also

Reference

ValidationConst Class

ValidationConst Members

Microsoft.Office.Project.Server.Library Namespace