Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NOccurrence Class / xdC Method


In This Topic
    xdC Method (NOccurrence)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function xdC( _
       ByVal GWYG As NRectangle _
    ) As NAppointmentWidget
    'Usage
     
    
    Dim instance As NOccurrence
    Dim GWYG As NRectangle
    Dim value As NAppointmentWidget
     
    value = instance.xdC(GWYG)
    internal override NAppointmentWidget xdC( 
       NRectangle GWYG
    )

    Parameters

    GWYG
    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