TimeInterval Methods
A time interval object.
Name | Description |
---|---|
Clone() |
Creates a copy of the current Time |
Clone |
Creates a copy of the current Time |
Contains |
Determines whether the current time interval contains the specified time interval. |
Contains |
Determines whether the time interval contains the specified date. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Time |
Get |
Gets the hash code (a number) that corresponds to the value of the current Time |
Get |
Gets the Type of the current instance. Inherited from Object. |
Intersect |
Returns a time interval which is the intersection of the two specified time intervals. |
Intersect |
Returns a time interval which is the intersection of the current time interval with the specified time interval. |
Intersects |
Checks if the current time interval intersects with the specified time interval. |
Intersects |
Checks if the current time interval intersects with the specified time interval. The boundaries of the time intervals are excluded from the check. |
Intersects |
Checks if the current time interval intersects with the specified time interval. The boundaries of the time intervals are excluded from the check. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Merge |
Returns a time interval which begins at the lowest start value and ends at the greatest end value of both specified intervals. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Subtract |
Returns a time interval which is the subtraction of the specified time interval from the current time interval. |
To |
Returns the textual representation of the time interval. |
To |
Provides a string representation of the time interval, culture specific. |
Union |
Returns a time interval which is composed of the two specified time intervals. |
See Also