Scheduler for WPF
DateTimeInterval コンストラクタ

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > DateTimeInterval クラス : DateTimeInterval コンストラクタ
The System.DateTime value representing the beginning of the interval.
The System.DateTime value representing the end of the interval.
Initializes a new instance of the DateTimeInterval class.
シンタックス
'宣言
 
Public Function New( _
   ByVal start As System.Date, _
   ByVal end As System.Date _
)
public DateTimeInterval( 
   System.DateTime start,
   System.DateTime end
)

パラメータ

start
The System.DateTime value representing the beginning of the interval.
end
The System.DateTime value representing the end of the interval.
参照

DateTimeInterval クラス
DateTimeInterval メンバ