DateTimeInterval Methods
The DateTimeInterval type exposes the following members.
| Name | Description | |
|---|---|---|
| Contains | Checks whether a specific date is contained within a date interval. |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| Intersect | Returns the intersection of the current time interval with another interval defined by the start and end time arguments. |
| MemberwiseClone | (Inherited from Object.) |
| Overlaps | Checks whether there is an overlap between two intervals. |
| OverlapsExclusive | Checks whether there is an overlap between the two intervals. |
| ToString | Returns a string that represents this date time interval object. (Overrides Object.ToString().) |
Community Additions
ADD
Show: