ValidationConst.MinProjectDate field
Value = Sunday, January 01, 1984, 12:00:00 AM. 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 Shared ReadOnly MinProjectDate As DateTime
'Usage
Dim value As DateTime
value = ValidationConst.MinProjectDate
public static readonly DateTime MinProjectDate
Remarks
The MinProjectDate value is calculated as follows: MinProjectDate = new DateTime(1984, 1, 1);