MindFusion.Scheduling for Silverlight Programmer's Guide
TimeRange Members
Constructors Properties Methods
 


Represents a time range with maximum length of one day. The range is defined by two TimeSpan instances.

The following tables list the members exposed by the TimeRange type.

 Public Constructors

  Name Description

TimeRange

Overloaded. Initializes a new instance of the TimeRange class.

 Public Properties

  Name Description

Duration

Gets the duration that the time range represents.

First

Gets or sets the first time span defining the current time range.

Second

Gets or sets the second time span defining the current time range.

 Public Methods

  Name Description

CompareTo

Overloaded. Compares this TimeRange to another object.

Equals

Overloaded.  

GetHashCode

Object.GetHashCode override.

IntersectsWith

Indicates if the specified time range intersects with the current time range.

ToString

Object.ToString override.

 See Also

TimeRange Class
MindFusion.DataViews.Silverlight Namespace