Gets or sets a DateTime that defines an end of an overall period of time that can be represented by the control. This is a dependency property.

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

Syntax

C#
[TypeConverterAttribute(typeof(DateTimeTypeConverter))]
public DateTime End { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(DateTimeTypeConverter))> _
Public Property End As DateTime
	Get
	Set

See Also