Nevron .NET Vision
Nevron Namespace / NTimeSpan Structure
Members


In This Topic
    NTimeSpan Structure
    In This Topic
    Represents a time span as a pair of time unit and unit count.
    Object Model
    NTimeSpan Structure
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(Nevron.NTimeSpanTypeConverter)>
    <System.SerializableAttribute()>
    Public Structure NTimeSpan 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NTimeSpan
    [System.ComponentModel.TypeConverter(Nevron.NTimeSpanTypeConverter)]
    [System.Serializable()]
    public struct NTimeSpan : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.NTimeSpan

    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