The PeriodInfo<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PeriodInfo<(Of <(<'T>)>)>(DateTime, DateTime) |
Standard constructor.
|
![]() | PeriodInfo<(Of <(<'T>)>)>(DateTime, DateTime, IEnumerable<(Of <<'(T>)>>)) |
Constructor accepting content items.
|
![]() | PeriodInfo<(Of <(<'T>)>)>(DateTime, DateTime, T) |
Constructor accepting content item.
|
Methods
Name | Description | |
---|---|---|
![]() | AddContent(IEnumerable<(Of <<'(T>)>>)) |
Adds items to the time period's content list.
|
![]() | AddContent(T) |
Adds an item to the time period's content list.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Overlaps |
Returns true if the given period overlaps in time.
|
![]() | ToString |
Shows the start, stop times and the period overlap count.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | Content |
The content list associated with the time period.
|
![]() | OverlapCount |
The period overlap count.
|
![]() | Start |
The starting time of the period.
|
![]() | Stop |
The ending time of the period.
|