C1.Silverlight.Schedule.5 Assembly > C1.Silverlight.Schedule Namespace > VisualInterval Class : EndTime Property |
'Declaration 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.