The TimeSlot type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Compares this TimeSlot to another.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnPropertyChanged |
Raises the PropertyChanged event.
(Inherited from ViewModelBase.) | |
| Set<(Of <<'(T>)>>) |
Sets the specified field, raising the PropertyChanged event if required.
(Inherited from ViewModelBase.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DateTime |
Gets the time of the TimeSlot.
| |
| Hour |
Gets the hour of the TimeSlot.
| |
| IsSelected |
Gets whether the TimeSlot is selected.
| |
| Minute |
Gets the minute of the TimeSlot.
| |
| TimeSlotState |
Gets the display status of the TimeSlot.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
(Inherited from ViewModelBase.) |