DateTimeInstanceCollection Class

A type-safe collection of DateTimeInstance objects. The other classes in this namespace use this collection when returning a list of dates. The collection can be used as a data source for data binding.

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[SerializableAttribute]
public class DateTimeInstanceCollection : Collection<DateTimeInstance>
Inheritance
Object    CollectionDateTimeInstance    DateTimeInstanceCollection

Constructors

DateTimeInstanceCollection Default constructor
DateTimeInstanceCollection(IEnumerableDateTimeInstance) Construct a collection from an enumerable list of DateTimeInstance objects

Properties

CountGets the number of elements actually contained in the CollectionT.
(Inherited from CollectionDateTimeInstance)
ItemGets or sets the element at the specified index.
(Inherited from CollectionDateTimeInstance)
ItemsGets a IListT wrapper around the CollectionT.
(Inherited from CollectionDateTimeInstance)

Methods

AddAdds an object to the end of the CollectionT.
(Inherited from CollectionDateTimeInstance)
AddRange Add a range of DateTimeInstance objects from an enumerable list
ClearRemoves all elements from the CollectionT.
(Inherited from CollectionDateTimeInstance)
ClearItemsRemoves all elements from the CollectionT.
(Inherited from CollectionDateTimeInstance)
ContainsDetermines whether an element is in the CollectionT.
(Inherited from CollectionDateTimeInstance)
CopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionDateTimeInstance)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorReturns an enumerator that iterates through the CollectionT.
(Inherited from CollectionDateTimeInstance)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionDateTimeInstance)
InsertInserts an element into the CollectionT at the specified index.
(Inherited from CollectionDateTimeInstance)
InsertItemInserts an element into the CollectionT at the specified index.
(Inherited from CollectionDateTimeInstance)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RemoveRemoves the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionDateTimeInstance)
RemoveAtRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionDateTimeInstance)
RemoveItemRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionDateTimeInstance)
RemoveRange Remove a range of items from the collection
SetItemReplaces the element at the specified index.
(Inherited from CollectionDateTimeInstance)
ToLocalTime This converts all date/time instances in the collection to local time
ToStringReturns a string that represents the current object.
(Inherited from Object)
ToTimeZone This converts all date/time instances to the specified time zone

See Also