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終了日を作成する対象の値。