Version

TimeRange Class Methods

For a list of all members of this type, see TimeRange members.

Public Methods
 NameDescription
Public MethodContainsReturns true if the specified TimeSpan lies completely within this range.  
Public MethodEqualsReturns a value indicating whether this instance is equal to a specified object.  
Public MethodGetHashCodeReturns a hash code for this instance.  
Public MethodIntersectsWithReturns true if the specified TimeRange intersects with this range.  
Public MethodToStringReturns the string representation of this object.  
Protected Methods
 NameDescription
Protected MethodValidateEndWhen overridden in a derived class, provides a way to validate the value being assigned to the End property.  
Protected MethodValidateStartWhen overridden in a derived class, provides a way to validate the value being assigned to the Start property.  
See Also