Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / VisualIntervalGroup Class / EndTime Property

In This Topic
    EndTime Property (VisualIntervalGroup)
    In This Topic
    Gets an end time of a time range represented by the VisualInterval object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EndTime As Date
    public DateTime EndTime {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