Nevron Open Vision Documentation
Nevron.Nov Namespace / NDayDateTimeUnit Class / ToTimeSpan Method


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