Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / VisualInterval Class / VisualInterval Constructor
A C1Scheduler that VisualInterval is created for.
A SchedulerGroupItem that VisualInterval is created for.
A start time of a time range represented by the VisualInterval.
A TimeSpan of a time range represented by the VisualInterval.

In This Topic
    VisualInterval Constructor
    In This Topic
    Creates a new VisualInterval object for the specified C1Scheduler that represents the specified time range.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal scheduler As C1Scheduler, _
       ByVal ownerGroup As SchedulerGroupItem, _
       ByVal startTime As Date, _
       ByVal timescale As TimeSpan _
    )

    Parameters

    scheduler
    A C1Scheduler that VisualInterval is created for.
    ownerGroup
    A SchedulerGroupItem that VisualInterval is created for.
    startTime
    A start time of a time range represented by the VisualInterval.
    timescale
    A TimeSpan of a time range represented by the VisualInterval.
    See Also