Scheduler for UWP/WinRT
DateTimeInterval コンストラクタ

時間間隔の開始時刻を表す System.DateTime 値。
時間間隔の終了時刻を表す System.DateTime 値。
DateTimeInterval クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal start As System.Date, _
   ByVal end As System.Date _
)
public DateTimeInterval( 
   System.DateTime start,
   System.DateTime end
)

パラメータ

start
時間間隔の開始時刻を表す System.DateTime 値。
end
時間間隔の終了時刻を表す System.DateTime 値。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

DateTimeInterval クラス
DateTimeInterval メンバ

Send Feedback