Gets an inclusive 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 InclusiveEndTime { get; }
Visual Basic
Public ReadOnly Property InclusiveEndTime As DateTime
	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