Gets an end of a period of time that is currently represented in the control UI. This is a dependency property.

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

Syntax

C#
[BrowsableAttribute(false)]
public DateTime VisualEndTime { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property VisualEndTime As DateTime
	Get

Remarks

This property value is calculated as a sum of the VisualStartTime and VisualTimeSpan property values.

See Also