ComponentOne Scheduler for WPF and Silverlight
InclusiveEndTime Property (VisualInterval)

C1.WPF.Schedule Namespace > VisualInterval Class : InclusiveEndTime Property
Gets an inclusive end time of a time range represented by the VisualInterval object.
Syntax
'Declaration
 
Public ReadOnly Property InclusiveEndTime As System.Date
public System.DateTime InclusiveEndTime {get;}
Remarks
This property represents an inclusive boundary of the time range, that is the maximum DateTime value that is included in the time range represented by the VisualInterval, as opposite to the EndTime property.
See Also

Reference

VisualInterval Class
VisualInterval Members