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


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

    Property Value

    A System.DateTime value that indicates when the adjustment rule takes effect.
    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