Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NDateTimeRangeRule Class / WpC Method


In This Topic
    WpC Method (NDateTimeRangeRule)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub WpC( _
       ByVal jbnG As System.Globalization.Calendar, _
       ByVal KbnG As NDateTimeRange, _
       ByVal lbnG As NTimeline _
    ) 
    'Usage
     
    
    Dim instance As NDateTimeRangeRule
    Dim jbnG As System.Globalization.Calendar
    Dim KbnG As NDateTimeRange
    Dim lbnG As NTimeline
     
    instance.WpC(jbnG, KbnG, lbnG)
    internal override void WpC( 
       System.Globalization.Calendar jbnG,
       NDateTimeRange KbnG,
       NTimeline lbnG
    )

    Parameters

    jbnG
    KbnG
    lbnG
    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