Scheduler for WPF
EndTime プロパティ (VisualInterval)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > VisualInterval クラス : EndTime プロパティ
Gets an end time of a time range represented by the VisualInterval object.
シンタックス
'宣言
 
Public ReadOnly Property EndTime As System.Date
public System.DateTime EndTime {get;}
解説

EndTime is calculated as a sum of the StartTime and TimeScale property values.

This property represents an exclusive boundary of the time range, that is the DateTime returned by this property is considered as not belonging to the VisualInterval time range. The inclusive boundary is represented by the InclusiveEndTime property.
参照

VisualInterval クラス
VisualInterval メンバ