Nevron Open Vision Documentation
Nevron.Nov Namespace / NTransitionTime Structure / pWSE Method


In This Topic
    pWSE Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub pWSE( _
       ByVal QWSE As System.Date, _
       ByVal rWSE As System.Integer, _
       ByVal SWSE As System.Integer, _
       ByVal tWSE As System.Integer, _
       ByVal UWSE As System.DayOfWeek _
    ) 
    'Usage
     
    
    Dim QWSE As System.Date
    Dim rWSE As System.Integer
    Dim SWSE As System.Integer
    Dim tWSE As System.Integer
    Dim UWSE As System.DayOfWeek
     
    NTransitionTime.pWSE(QWSE, rWSE, SWSE, tWSE, UWSE)
    internal static void pWSE( 
       System.DateTime QWSE,
       System.int rWSE,
       System.int SWSE,
       System.int tWSE,
       System.DayOfWeek UWSE
    )

    Parameters

    QWSE
    rWSE
    SWSE
    tWSE
    UWSE
    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