SrPeriod 建構函式 (Int64, Int64)
從開始日期與結束日期的值,會建立SrPeriod物件。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Sub New ( _
start As Long, _
end As Long _
)
'用途
Dim start As Long
Dim end As Long
Dim instance As New SrPeriod(start, end)
public SrPeriod(
long start,
long end
)
參數
start
類型:System.Int64若要建立的開始日期值。
end
類型:System.Int64若要建立的結束日期值。