Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NDailySchedule Class / SetHourRange Method


In This Topic
    SetHourRange Method
    In This Topic
    Marks the specified hour range as empty or full
    Syntax
    'Declaration
     
    
    Public Sub SetHourRange( _
       ByVal startHour As System.Integer, _
       ByVal endHour As System.Integer, _
       ByVal empty As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDailySchedule
    Dim startHour As System.Integer
    Dim endHour As System.Integer
    Dim empty As System.Boolean
     
    instance.SetHourRange(startHour, endHour, empty)
    public void SetHourRange( 
       System.int startHour,
       System.int endHour,
       System.bool empty
    )

    Parameters

    startHour
    endHour
    empty
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also