Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NTimelineViewMode Class / SetDuration Method
The duration of the view mode in days. Should be greater than or equal to 1.


In This Topic
    SetDuration Method
    In This Topic
    Sets the duration of the view mode in days.
    Syntax
    'Declaration
     
    
    Public Sub SetDuration( _
       ByVal days As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NTimelineViewMode
    Dim days As System.Integer
     
    instance.SetDuration(days)
    public void SetDuration( 
       System.int days
    )

    Parameters

    days
    The duration of the view mode in days. Should be greater than or equal to 1.
    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