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


In This Topic
    DaylightTransitionEnd Property
    In This Topic
    Gets information about the annual transition from daylight saving time back to standard time.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DaylightTransitionEnd As NTransitionTime
    'Usage
     
    
    Dim instance As NAdjustmentRule
    Dim value As NTransitionTime
     
    value = instance.DaylightTransitionEnd
    public NTransitionTime DaylightTransitionEnd {get;}

    Property Value

    A NTransitionTime object that defines the annual transition from daylight saving time back to the time zone's standard time.
    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