Nevron Open Vision Documentation
Nevron.Nov Namespace / NTimeZone Class / BaseUtcOffset Property


In This Topic
    BaseUtcOffset Property
    In This Topic
    Gets the time difference between the current time zone's standard time and Coordinated Universal Time (UTC).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BaseUtcOffset As System.TimeSpan
    'Usage
     
    
    Dim instance As NTimeZone
    Dim value As System.TimeSpan
     
    value = instance.BaseUtcOffset
    public System.TimeSpan BaseUtcOffset {get;}

    Property Value

    An object that indicates the time difference between the current time zone's standard time and Coordinated Universal Time (UTC).
    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