Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NAppointmentBase Class / lrYG Method


In This Topic
    lrYG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function lrYG( _
       ByVal MrYG As System.Date, _
       ByRef nrYG As System.Double, _
       ByRef OrYG As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NAppointmentBase
    Dim MrYG As System.Date
    Dim nrYG As System.Double
    Dim OrYG As System.Double
    Dim value As System.Boolean
     
    value = instance.lrYG(MrYG, nrYG, OrYG)
    internal System.bool lrYG( 
       System.DateTime MrYG,
       out System.double nrYG,
       out System.double OrYG
    )

    Parameters

    MrYG
    nrYG
    OrYG
    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