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


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

    Property Value

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