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


In This Topic
    DaylightDelta Property
    In This Topic
    Gets the amount of time that is required to form the time zone's daylight saving time. This amount of time is added to the time zone's offset from Coordinated Universal Time (UTC).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DaylightDelta As System.TimeSpan
    'Usage
     
    
    Dim instance As NAdjustmentRule
    Dim value As System.TimeSpan
     
    value = instance.DaylightDelta
    public System.TimeSpan DaylightDelta {get;}

    Property Value

    A System.TimeSpan object that indicates the amount of time to add to the standard time changes as a result 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