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


In This Topic
    GSYG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function GSYG( _
       ByVal hSYG As System.Date, _
       ByVal ISYG As System.Date, _
       ByVal jSYG As System.Date, _
       ByRef KSYG As System.Double, _
       ByRef lSYG As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim hSYG As System.Date
    Dim ISYG As System.Date
    Dim jSYG As System.Date
    Dim KSYG As System.Double
    Dim lSYG As System.Double
    Dim value As System.Boolean
     
    value = NAppointmentBase.GSYG(hSYG, ISYG, jSYG, KSYG, lSYG)
    internal static System.bool GSYG( 
       System.DateTime hSYG,
       System.DateTime ISYG,
       System.DateTime jSYG,
       out System.double KSYG,
       out System.double lSYG
    )

    Parameters

    hSYG
    ISYG
    jSYG
    KSYG
    lSYG
    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