Nevron .NET Vision
Nevron.Collections Namespace / NDateTimeSpanList Class
Properties Methods


In This Topic
    NDateTimeSpanList Class Members
    In This Topic

    The following tables list the members exposed by NDateTimeSpanList.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of objects in this list (Inherited from Nevron.Collections.NList)
    Public PropertyReturns true of the span list consists of regular units  
    Public PropertyTyped indexer  
    Public PropertyReturns the numer of ticks in this date time span list  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the date time span to the end of the collection  
    Public MethodOverloaded. Copies the elements of a NDateTimeSpan array to the end of the collection.  
    Public MethodAdds the date time spans to the specified DateTime object.  
    Public MethodAdds the date time spans to the specified DateTime multiplied by the specified multiplier.  
    Public MethodClears the collection (Inherited from Nevron.Collections.NList)
    Public MethodOverridden. Creates an exact replica of this object.  
    Public MethodDetermines whether the specified NDateTimeSpan is in the collection  
    Public MethodCopies the entire collection values to a one-dimensional array of NDateTimeSpans, starting at the specified index of the target array.  
    Public MethodObtains an enumerator for this list (Inherited from Nevron.Collections.NList)
    Public MethodObtains the number of spans that can fit in the specified range.  
    Public MethodObtains the time spans in ticks  
    Public MethodSearches for the specified NDateTimeSpan value and returns the zero-based index of the first occurrence within the collection  
    Public MethodInserts the NDateTimeSpan value at the specified index  
    Public MethodMultiplies the date time units contained in the list by a multiplier.  
    Public MethodRemoves the first occurrence of a specific NDateTimeSpan value from the collection  
    Public MethodRemoves the value at the specified index (Inherited from Nevron.Collections.NList)
    Public MethodSubstracts the date time spans from the specified DateTime multiplied by the specified multiplier.  
    Public MethodConverts the NDateTimeSpan list to a system array  
    Top
    See Also