Nevron Open Vision Documentation
Nevron.Nov Namespace / NTransitionTime Structure / IsFixedDateRule Property


In This Topic
    IsFixedDateRule Property
    In This Topic
    Gets a value indicating whether the time change occurs at a fixed date and time (such as November 1) or a floating date and time (such as the last Sunday of October).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFixedDateRule As System.Boolean
    'Usage
     
    
    Dim instance As NTransitionTime
    Dim value As System.Boolean
     
    value = instance.IsFixedDateRule
    public System.bool IsFixedDateRule {get;}

    Property Value

    true if the time change rule is fixed-date; false if the time change rule is floating-date.
    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