Class DateRangeInfo
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling.Internal
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class DateRangeInfo : Range<long>, IEquatable<Range<long>>, IComparable<Range<long>>
Constructors
DateRangeInfo(Int64, Int64)
Declaration
public DateRangeInfo(long startTicks, long endTicks)
Parameters
System.Int64
startTicks
|
System.Int64
endTicks
|
Properties
LengthInTicks
Declaration
public long LengthInTicks { get; }
Property Value
System.Int64
|
OriginalEvent
RowIndex
Declaration
public int RowIndex { get; set; }
Property Value
System.Int32
|
RowSpan
Declaration
public int RowSpan { get; set; }
Property Value
System.Int32
|
Methods
IntersectsWith(DateRangeInfo)
Declaration
public bool IntersectsWith(DateRangeInfo range)
Parameters
DateRangeInfo
range
|
Returns
System.Boolean
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
Telerik.Windows.Core.Range<System.Int64>.ToString()