Skip to main content
A newer version of this page is available. .

TimeSlot Members

An individual time slot item.

Constructors

Name Description
TimeSlot() Initializes a new instance of the TimeSlot class with the default settings.
TimeSlot(TimeSpan, String, String) Initializes a new instance of the TimeSlot class with the specified value, display name and menu caption.
TimeSlot(TimeSpan, String) Initializes a new instance of the TimeSlot class with the specified value and display name.

Properties

Name Description
DisplayName Gets or sets the text which identifies an element. Inherited from UserInterfaceObject.
Id Gets the unique identifier of the user interface object instance. Inherited from UserInterfaceObject.
MenuCaption Gets or sets the element’s menu caption. Inherited from UserInterfaceObject.
Value Gets or sets the time interval which specifies the current time slot’s value.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current TimeSlot instance.
GetHashCode() Calculates the hash code for the TimeSlot instance.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the textual representation of the time slot.

Events

Name Description
PropertyChanged Occurs when a property value changes. Inherited from UserInterfaceObject.
See Also