Class TimeInterval
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class TimeInterval : INotifyPropertyChanged, IEquatable<TimeInterval>
Constructors
TimeInterval(TimeSpan, TimeSpan)
Initializes a new instance of the Time
Declaration
public TimeInterval(TimeSpan start, TimeSpan end)
Parameters
System. The start. |
System. The end. |
Fields
Day
DefaultWorkTime
Empty
Properties
Duration
Gets or sets the work time duration.
Declaration
public virtual TimeSpan Duration { get; set; }
Property Value
System. The duration. |
End
Gets or sets the end of the work time.
Declaration
public virtual TimeSpan End { get; set; }
Property Value
System. The end. |
PropertyChangedAction
Gets or sets the property changed action.
Declaration
public Action<string> PropertyChangedAction { get; set; }
Property Value
System. The property changed action. |
Start
Gets or sets the start of the work time.
Declaration
public virtual TimeSpan Start { get; set; }
Property Value
System. The start. |
Methods
Clone()
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
Overrides
Exceptions
System. The |
Equals(TimeInterval)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(TimeInterval other)
Parameters
Time An object to compare with this object. |
Returns
System. true if the current object is equal to the |
Implements
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Overrides
OnPropertyChanged(String)
Called when a property is changed.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System. Name of the property. |
Events
PropertyChanged
Occurs when a property is changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|