Nevron Open Vision Documentation
Nevron.Nov Namespace / NLKI Class / YdtE Method


In This Topic
    YdtE Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub YdtE( _
       ByVal AEtE As System.Date, _
       ByVal bEtE As System.Collections.Generic.List(Of Byte) _
    ) 
    'Usage
     
    
    Dim AEtE As System.Date
    Dim bEtE As System.Collections.Generic.List(Of Byte)
     
    NLKI.YdtE(AEtE, bEtE)
    internal static void YdtE( 
       System.DateTime AEtE,
       System.Collections.Generic.List<byte> bEtE
    )

    Parameters

    AEtE
    bEtE
    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