Nevron Open Vision Documentation
Nevron.Nov Namespace / NAdjustmentRule Class / DateEnd Property


In This Topic
    DateEnd Property
    In This Topic
    Gets the date when the adjustment rule ceases to be in effect.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DateEnd As System.Date
    'Usage
     
    
    Dim instance As NAdjustmentRule
    Dim value As System.Date
     
    value = instance.DateEnd
    public System.DateTime DateEnd {get;}

    Property Value

    A System.DateTime value that indicates the end date of the adjustment rule.
    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