Gets an end time of a time range represented by the VisualInterval object.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public DateTime EndTime { get; }
Visual Basic
Public ReadOnly Property EndTime As DateTime
	Get

Remarks

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.

See Also