ValidationConst.MaxProjectDate フィールド
値 = Saturday, January 01, 2050, 11:59:54 PM。プロジェクトの最大の日です。
名前空間: Microsoft.Office.Project.Server.Library
アセンブリ: Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)
構文
'宣言
Public Shared ReadOnly MaxProjectDate As DateTime
'使用
Dim value As DateTime
value = ValidationConst.MaxProjectDate
public static readonly DateTime MaxProjectDate
注釈
MaxProjectDate値は、次のように計算されます。
DateTime MaxProjectDate = new DateTime(1984, 1, 1)
.AddDays(s_max_day)
.AddTicks(TimeSpan.TicksPerDay - s_ticks_per_proj_dur);