Version

TimeRange Structure Members

The following tables list the members exposed by TimeRange.

Public Constructors
 NameDescription
Public ConstructorTimeRange ConstructorConstructor. Initializes a new instance of TimeRange.  
Public Properties
 NameDescription
Public PropertyEndSpecifies the end time of the time range.  
Public PropertyIsEmptyReturns true if the Start and End are the same values.  
Public PropertyStartSpecifies the start time of the time range.  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Compares the specified object to this object to see if they are equivalent.  
Public MethodGetHashCodeReturns the hash code of the structure.  
Public MethodNormalizeEnsures that the start time is less than or equal to the end time.  
Public MethodToStringOverloaded. Returns a string representation of the object.  
Public Operators
public Operator Equality Compares the values of two TimeRange structures for equality
public Operator Inequality Compares the values of two TimeRange structures for inequality
See Also