Nevron Open Vision Documentation
Nevron.Nov Namespace / NTimeZone Class / dUSE Method


In This Topic
    dUSE Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function dUSE( _
       ByVal EUSE As System.Date, _
       ByVal fUSE As System.Integer, _
       ByVal GUSE As System.TimeSpan, _
       ByVal hUSE As NAdjustmentRule, _
       ByRef IUSE As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim EUSE As System.Date
    Dim fUSE As System.Integer
    Dim GUSE As System.TimeSpan
    Dim hUSE As NAdjustmentRule
    Dim IUSE As System.Boolean
    Dim value As System.Boolean
     
    value = NTimeZone.dUSE(EUSE, fUSE, GUSE, hUSE, IUSE)
    internal static System.bool dUSE( 
       System.DateTime EUSE,
       System.int fUSE,
       System.TimeSpan GUSE,
       NAdjustmentRule hUSE,
       out System.bool IUSE
    )

    Parameters

    EUSE
    fUSE
    GUSE
    hUSE
    IUSE
    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