Class
TimeSlotInfo

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class TimeSlotInfo : IEventInfo, IEquatable<TimeSlotInfo>

Inheritance: objectTimeSlotInfo

Implements: IEquatable<TimeSlotInfo>IEventInfo

Constructors

TimeSlotInfo(Range<long>)

Declaration

cs-api-definition
public TimeSlotInfo(Range<long> timeRange)

Parameters

timeRange

Range<long>

Properties

TimeRange

Declaration

cs-api-definition
public Range<long> TimeRange { get; }

Property Value

Range<long>

Implements IEventInfo.TimeRange

Methods

Equals(TimeSlotInfo)

Declaration

cs-api-definition
public bool Equals(TimeSlotInfo other)

Parameters

other

TimeSlotInfo

Returns

bool

Implements IEquatable<TimeSlotInfo>.Equals(TimeSlotInfo)

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()