Nevron .NET Vision
Nevron Namespace / NTimeSpan Structure / NTimeSpan Constructor


In This Topic
    NTimeSpan Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal units As System.Long, _
       ByVal TimeUnit As NTimeUnit _
    )
    'Usage
     
    
    Dim units As System.Long
    Dim TimeUnit As NTimeUnit
     
    Dim instance As New NTimeSpan(units, TimeUnit)
    public NTimeSpan( 
       System.long units,
       NTimeUnit TimeUnit
    )

    Parameters

    units
    TimeUnit
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also