The TimeSlot type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Compares this TimeSlot to another.
| |
| OnPropertyChanged |
Raises the PropertyChanged event.
(Inherited from ViewModelBase.) | |
| Set<(Of <(T>)>) |
Sets the specified field, raising the PropertyChanged event if required.
(Inherited from ViewModelBase.) |
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.) |