Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NViewMode Class / LogicalLength Property


In This Topic
    LogicalLength Property (NViewMode)
    In This Topic
    Gets/Sets the logical length of the schedule for this view mode.
    Syntax
    'Declaration
     
    
    Public Property LogicalLength As NDateTimeSpan
    'Usage
     
    
    Dim instance As NViewMode
    Dim value As NDateTimeSpan
     
    instance.LogicalLength = value
     
    value = instance.LogicalLength
    public NDateTimeSpan LogicalLength {get; set;}
    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