バージョン

減算演算子(SmartDate,SmartDate) オペレータ

終了時間を表す SmartDate から、開始時間を表す SmartDate を減算し、 その差を TimeSpan として取得します。
シンタックス
'宣言
 
Overloads Public Operator -( _
   ByVal endDateTime As SmartDate, _
   ByVal startDateTime As SmartDate _
) As TimeSpan
public TimeSpan operator -( 
   SmartDate endDateTime,
   SmartDate startDateTime
)

パラメータ

endDateTime
終了時間 (減数)。これは、startDateTimeより大きい日付値となる必要があります。そうでないと、結果の TimeSpan が負数になります。
startDateTime
開始時間 (被減数)。

戻り値の型

endDateTimestartDateTimeの間のTimeSpanの差です。
参照