ValidationConst.MaxProjectDate-Feld
Wert = Saturday, January 01, 2050, 11:59:54 PM. Die maximale Projektdatum.
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
Hinweise
Der Wert MaxProjectDate wird wie folgt berechnet:
DateTime MaxProjectDate = new DateTime(1984, 1, 1)
.AddDays(s_max_day)
.AddTicks(TimeSpan.TicksPerDay - s_ticks_per_proj_dur);