| C1.Xaml.Schedule Namespace > VisualInterval Class : EndTime Property |
'DeclarationPublic ReadOnly Property EndTime As Date
'UsageDim instance As VisualInterval Dim value As Date value = instance.EndTime
public 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.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2