Nevron Open Vision Documentation
Nevron.Nov Namespace / NTickDateTimeUnit Class / ToTimSpan Method


In This Topic
    ToTimSpan Method
    In This Topic
    Returns the time span equivalent of this date/time unit
    Syntax
    'Declaration
     
    
    Public Function ToTimSpan() As System.TimeSpan
    'Usage
     
    
    Dim instance As NTickDateTimeUnit
    Dim value As System.TimeSpan
     
    value = instance.ToTimSpan()
    public System.TimeSpan ToTimSpan()
    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