ClassDateRangeInfo
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling.Internal
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class DateRangeInfo : Range<long>, IEquatable<Range<long>>, IComparable<Range<long>>
Inheritance: objectRange<long>DateRangeInfo
Implements:
Inherited Members
Constructors
Properties
OriginalEvent
Declaration
cs-api-definition
public IDateRange OriginalEvent { get; set; }
Property Value
Methods
IntersectsWith(DateRangeInfo)
Declaration
cs-api-definition
public bool IntersectsWith(DateRangeInfo range)
Parameters
range
Returns