Nevron Open Vision Documentation
Nevron.Nov Namespace / NAdjustmentRule Class / ppSE Method


In This Topic
    ppSE Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub ppSE( _
       ByVal QpSE As System.Date, _
       ByVal rpSE As System.Date, _
       ByVal SpSE As System.TimeSpan, _
       ByVal tpSE As NTransitionTime, _
       ByVal UpSE As NTransitionTime _
    ) 
    'Usage
     
    
    Dim QpSE As System.Date
    Dim rpSE As System.Date
    Dim SpSE As System.TimeSpan
    Dim tpSE As NTransitionTime
    Dim UpSE As NTransitionTime
     
    NAdjustmentRule.ppSE(QpSE, rpSE, SpSE, tpSE, UpSE)
    internal static void ppSE( 
       System.DateTime QpSE,
       System.DateTime rpSE,
       System.TimeSpan SpSE,
       NTransitionTime tpSE,
       NTransitionTime UpSE
    )

    Parameters

    QpSE
    rpSE
    SpSE
    tpSE
    UpSE
    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