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


In This Topic
    WpC Method (NCalendarRule)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub WpC( _
       ByVal rAnG As System.Globalization.Calendar, _
       ByVal SAnG As NDateTimeRange, _
       ByVal tAnG As NTimeline _
    ) 
    'Usage
     
    
    Dim instance As NCalendarRule
    Dim rAnG As System.Globalization.Calendar
    Dim SAnG As NDateTimeRange
    Dim tAnG As NTimeline
     
    instance.WpC(rAnG, SAnG, tAnG)
    internal abstract void WpC( 
       System.Globalization.Calendar rAnG,
       NDateTimeRange SAnG,
       NTimeline tAnG
    )

    Parameters

    rAnG
    SAnG
    tAnG
    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