Nevron Open Vision Documentation
Nevron.Nov Namespace / NTimeZone Class / GetUtcOffset Method
The date and time to determine the offset for.


In This Topic
    GetUtcOffset Method
    In This Topic
    Calculates the offset or difference between the time in this time zone and Coordinated Universal Time (UTC) for a particular date and time.
    Syntax
    'Declaration
     
    
    Public Function GetUtcOffset( _
       ByVal dateTime As System.Date _
    ) As System.TimeSpan
    'Usage
     
    
    Dim instance As NTimeZone
    Dim dateTime As System.Date
    Dim value As System.TimeSpan
     
    value = instance.GetUtcOffset(dateTime)
    public System.TimeSpan GetUtcOffset( 
       System.DateTime dateTime
    )

    Parameters

    dateTime
    The date and time to determine the offset for.

    Return Value

    An object that indicates the time difference between the two time zones.
    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