Skip to main content

TimeSlot Members

An individual time slot item.

#Constructors

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

#Properties
Show Inherited Hide Inherited

Name Description
DisplayName Gets or sets the text which identifies an element. 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
Show Inherited Hide Inherited

Name Description
Dispose() Disposes of the UserInterfaceObject object. Inherited from UserInterfaceObject.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
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.
See Also