Nevron Open Vision Documentation
Nevron.Nov Namespace / NEKI Class / NEKI Constructor / NEKI Constructor(Byte,Int32,DateTime,Byte)


In This Topic
    NEKI Constructor(Byte,Int32,DateTime,Byte)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal versionId As System.Byte, _
       ByVal productGroup As System.Integer, _
       ByVal date As System.Date, _
       ByVal daysToEvaluate As System.Byte _
    )
    'Usage
     
    
    Dim versionId As System.Byte
    Dim productGroup As System.Integer
    Dim date As System.Date
    Dim daysToEvaluate As System.Byte
     
    Dim instance As New NEKI(versionId, productGroup, date, daysToEvaluate)
    public NEKI( 
       System.byte versionId,
       System.int productGroup,
       System.DateTime date,
       System.byte daysToEvaluate
    )

    Parameters

    versionId
    productGroup
    date
    daysToEvaluate
    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