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


In This Topic
    MSYG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function MSYG( _
       ByVal nSYG As System.Date, _
       ByVal OSYG As System.Date, _
       ByVal pSYG As System.Date, _
       ByVal QSYG As System.Date, _
       ByRef rSYG As System.Double, _
       ByRef SSYG As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim nSYG As System.Date
    Dim OSYG As System.Date
    Dim pSYG As System.Date
    Dim QSYG As System.Date
    Dim rSYG As System.Double
    Dim SSYG As System.Double
    Dim value As System.Boolean
     
    value = NAppointmentBase.MSYG(nSYG, OSYG, pSYG, QSYG, rSYG, SSYG)
    internal static System.bool MSYG( 
       System.DateTime nSYG,
       System.DateTime OSYG,
       System.DateTime pSYG,
       System.DateTime QSYG,
       out System.double rSYG,
       out System.double SSYG
    )

    Parameters

    nSYG
    OSYG
    pSYG
    QSYG
    rSYG
    SSYG
    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