Nevron .NET Vision
Nevron.Collections Namespace / NDateTimeSpanList Class
Members


In This Topic
    NDateTimeSpanList Class
    In This Topic
    Represents a list of date time span values
    Object Model
    NDateTimeSpanList Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Collections.NSingleList)>
    <System.SerializableAttribute()>
    Public Class NDateTimeSpanList 
       Inherits NList
    'Usage
     
    
    Dim instance As NDateTimeSpanList
    [System.Reflection.DefaultMember("Item")]
    [System.Xml.Serialization.XmlInclude(Nevron.Collections.NSingleList)]
    [System.Serializable()]
    public class NDateTimeSpanList : NList 
    Inheritance Hierarchy

    System.Object
       Nevron.Collections.NList
          Nevron.Collections.NDateTimeSpanList

    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