Class
DateRangeInfo

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: IComparable<Range<long>>IEquatable<Range<long>>

Inherited Members Range<long>.Equals(object)Range<long>.GetHashCode()Range<long>.Equals(Range<long>)Range<long>.CompareTo(Range<long>)Range<long>.StartRange<long>.End

Constructors

DateRangeInfo(long, long)

Declaration

cs-api-definition
public DateRangeInfo(long startTicks, long endTicks)

Parameters

startTicks

long

endTicks

long

Properties

LengthInTicks

Declaration

cs-api-definition
public long LengthInTicks { get; }

Property Value

long

OriginalEvent

Declaration

cs-api-definition
public IDateRange OriginalEvent { get; set; }

Property Value

IDateRange

RowIndex

Declaration

cs-api-definition
public int RowIndex { get; set; }

Property Value

int

RowSpan

Declaration

cs-api-definition
public int RowSpan { get; set; }

Property Value

int

Methods

IntersectsWith(DateRangeInfo)

Declaration

cs-api-definition
public bool IntersectsWith(DateRangeInfo range)

Parameters

range

DateRangeInfo

Returns

bool

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides Range<long>.ToString()