Version

WorkingHourTimeRange Class Members

The following tables list the members exposed by WorkingHourTimeRange.

Public Constructors
 NameDescription
Public ConstructorWorkingHourTimeRange ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyEndDefines the exclusive end of the range. A value exactly equal to the value of this property is outside the range; a value less than the value of this property and greater than or equal to the value of the Start property is within range. (Inherited from Infragistics.Scheduler.TimeRange)
Public PropertyStartDefines the beginning of the range. (Inherited from Infragistics.Scheduler.TimeRange)
Public Methods
 NameDescription
Public MethodContainsReturns true if the specified TimeSpan lies completely within this range. (Inherited from Infragistics.Scheduler.TimeRange)
Public MethodEqualsReturns a value indicating whether this instance is equal to a specified object. (Inherited from Infragistics.Scheduler.TimeRange)
Public MethodGetHashCodeReturns a hash code for this instance. (Inherited from Infragistics.Scheduler.TimeRange)
Public MethodIntersectsWithReturns true if the specified TimeRange intersects with this range. (Inherited from Infragistics.Scheduler.TimeRange)
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Scheduler.TimeRange)
Protected Methods
 NameDescription
Protected MethodValidateEndOverridden. Throws an exception if this instance has been sealed.  
Protected MethodValidateStartOverridden. Throws an exception if this instance has been sealed.  
See Also